[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ru/docs/Web/API/XMLHttpRequest/open [Back]  [Original]

XMLHttpRequest.open() - API | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

XMLHttpRequest.open()

Baseline Widely available

This feature is well established and works across many devices and browser versions. Its been available across browsers since 2015 ..

XMLHttpRequest.open() .

: ( open()) abort().

In this article

XMLHttpRequest.open(method, url[, async[, user[, password]]])

method

HTTP- "GET", "POST", "PUT", "DELETE", . . URL, HTTP(S)-.

url

String URL .

async

true, , . false, send() , . true, . true, multipart true, .

: , . XHR . Worker.

user

: , ; null.

password

: , ; null.

Specification
XMLHttpRequest
# the-open()-method


Web Proxy Viewer  |  New URL  |  Original Page