XMLHttpRequest
Creates a new XMLHttpRequest.
Declaration
new XMLHttpRequest();Return Value
A new instance of an XMLHttpRequest.
Discussion
You create a new XMLHttpRequest instance to send and receive data between your app and a server.
Creates a new XMLHttpRequest.
new XMLHttpRequest();A new instance of an XMLHttpRequest.
You create a new XMLHttpRequest instance to send and receive data between your app and a server.