aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/XMLHttpRequest.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-6/+6
| | | | Fixes #27660
* update XHR send to use XMLHttpRequestBodyInitGregory Terzian2020-06-051-2/+5
|
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-2/+2
|
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-1/+2
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* typed array support for XMLHttpRequest's send APINupur Baghel2018-03-291-1/+1
|
* Implemented XMLHttpRequest.send(Document)Nikhil Shagrithaya2017-01-081-1/+1
|
* Partial fix for 12415Scott Trinh2016-10-171-2/+1
|
* Add XHR support for FormDataZhen Zhang2016-08-101-1/+1
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-2/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Update XHR BodyInit, update extract method implSt.Spyder2016-01-181-3/+3
|
* Change all DOMStrings to USV strings for XHRKeith Yeung2016-01-161-7/+6
|
* Implement responseXML API and document response type for XHRJitendra Jain2015-12-091-0/+1
|
* Implement the overrideMimeType method for XMLHttpRequestJitendra Jain2015-11-051-1/+2
|
* Add/format license headers for WebIDLsCorey Farwell2015-07-261-3/+3
|
* Clean up whitespace, long lines for WebIDLsCorey Farwell2015-07-261-1/+3
|
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-2/+2
| | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ```
* Added error checking on XMLHttpRequest::setWithCredentialsKeith Yeung2015-02-021-0/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+72