Pobierz żądanie XML HTTP

fetch('my/url/').then(respone()=>{
		console.log(response);
}
Code_Breaker