| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/ru/docs/Web/API/XMLHttpRequest/open | [Back] [Original] |
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
This feature is well established and works across many devices and browser versions. Its been available across browsers since 2015 ..
XMLHttpRequest.open() .
:
( open()) abort().
XMLHttpRequest.open(method, url[, async[, user[, password]]])
methodHTTP- "GET", "POST", "PUT", "DELETE", . . URL, HTTP(S)-.
urlString URL .
async true, , . false, send() , . true, . true, multipart true, .
:
, . XHR . Worker.
user : , ; null.
password : , ; null.
| Specification |
|---|
| XMLHttpRequest # the-open()-method |
This page was last modified on 27 . 2026 . by MDN contributors.
Your blueprint for a better internet.
Portions of this content are 19982026 by individual mozilla.org contributors. Content available under a Creative Commons license.
| Web Proxy Viewer | New URL | Original Page |