Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Прокоментуйте приклад сучасного використання об’єкту XMLHttpRequest:
console.log(this.responseText));
.log(
this
.responseText));
req.addEventListener("load", ()=>
req.addEventListener(
"load"
, ()=>
, ()
=>
req.open("GET", "/api/example");
req.open(
"GET"
,
"/api/example"
);
req.send();
const req = new XMLHttpRequest();
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!