XMLHttpRequest Question: Download XHR2 PDF

What is open(arg, arg,arg,arg,arg) function?

Tweet Share WhatsApp

Answer:

The open("method", "URL"[, asyncFlag[, "userName"[, "password"]]]) is used to assign the destination URL, method, and other optional attributes of a request.

Download XHR2 PDF Read All 28 XHR2 Questions
Previous QuestionNext Question
What is getResponseHeader("headerLabel")?What is send(content)?