A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/apis/xhr/XMLHttpRequest/send below:

send ยท WebPlatform Docs

send Summary

Initiates the request defined by the XMLHttpRequest.

Method of apis/xhr/XMLHttpRequestapis/xhr/XMLHttpRequest

Syntax
 .send(data);
Parameters data
Data-type
any

(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 Value

No return value

Examples
var xhr = new XMLHttpRequest();
xhr.open("GET", "http://localhost/test.xml", true);
xhr.send();
Related specifications
W3C XMLHttpRequest Specification
W3C Working Draft
Attributions

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