Contents

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.

See Also

Initializing and Sending a Request