creating a fetch request in the browser's development tools console code example
Example: xml http request fetch
fetch('my/url/').then(respone()=>{
console.log(response);
}
fetch('my/url/').then(respone()=>{
console.log(response);
}