XMLHttpRequest Question:

What is send(content)?

Tweet Share WhatsApp

Answer:

The send(content) method transmits the request, optionally with postable string or the data of DOM object.

Download XHR2 PDF Read All 28 XHR2 Questions
Previous QuestionNext Question
What is open(arg, arg,arg,arg,arg) function?How do we do asynchronous processing using Ajax?