Initiates the request defined by the XMLHttpRequest.
Method of apis/xhr/XMLHttpRequestapis/xhr/XMLHttpRequest
Syntax .send(data);
Parameters data
(Optional)
Object that specifies the body of the message being sent with the request. May be any one of ArrayBuffer, Blob, Document, DOMString, or FormData object types.
Return ValueNo return value
Examplesvar xhr = new XMLHttpRequest();
xhr.open("GET", "http://localhost/test.xml", true);
xhr.send();
Related specifications
Microsoft Developer Network: Windows Internet Explorer API reference Article
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4