Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update support for ArrayBufferView and URLSearchParams in XHR.send #12757

Merged
merged 3 commits into from
Nov 1, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
42 changes: 28 additions & 14 deletions api/XMLHttpRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1489,10 +1489,10 @@
"version_added": true
},
"safari": {
"version_added": "7"
"version_added": "6"
},
"safari_ios": {
"version_added": "7"
"version_added": "6"
},
"samsunginternet_android": {
"version_added": true
Expand Down Expand Up @@ -1529,7 +1529,7 @@
"version_added": "20"
},
"ie": {
"version_added": null
"version_added": "10"
queengooborg marked this conversation as resolved.
Show resolved Hide resolved
},
"opera": {
"version_added": true
Expand Down Expand Up @@ -1676,22 +1676,36 @@
"version_added": "44"
},
"ie": {
"version_added": null
"version_added": false
},
"opera": {
"version_added": "12"
"version_added": "46"
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": false,
"notes": "See <a href='https://webkit.org/b/227477'>bug 227477</a>."
},
"safari_ios": {
"version_added": false,
"notes": "See <a href='https://webkit.org/b/227477'>bug 227477</a>."
"version_added": "43"
},
"safari": [
{
"version_added": "15"
},
{
"version_added": "10.1",
gilmoreorless marked this conversation as resolved.
Show resolved Hide resolved
"version_removed": "15",
"partial_implementation": true,
"notes": "Doesn't send the correct <code>Content-Type</code> header by default. See <a href='https://webkit.org/b/227477'>bug 227477</a>."
}
],
"safari_ios": [
{
"version_added": "15"
},
{
"version_added": "10.3",
gilmoreorless marked this conversation as resolved.
Show resolved Hide resolved
"version_removed": "15",
"partial_implementation": true,
"notes": "Doesn't send the correct <code>Content-Type</code> header by default. See <a href='https://webkit.org/b/227477'>bug 227477</a>."
}
],
"samsunginternet_android": {
"version_added": "7.0"
},
Expand Down