Skip to content
OverEasy edited this page Feb 20, 2018 · 1 revision

send()

Send a GET request.

This method will build the request data stream and returns.

Asynchronously the request will be sent when the connection that was initiated with open() is established. When the response headers have been received and processed, readyState will be advanced to readyStateLoading.

Clone this wiki locally