Skip to content

Commit

Permalink
Add Request() constructor init.duplex parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Dec 22, 2024
1 parent 0f1b62c commit baf0435
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion api/Request.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,60 @@
}
}
},
"init_duplex_parameter": {
"__compat": {
"description": "`init.duplex` parameter",
"spec_url": "https://fetch.spec.whatwg.org/#dom-requestinit-duplex",
"support": {
"chrome": {
"version_added": "131"
},
"chrome_android": {
"version_added": false
},
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false,
"impl_url": "https://bugzil.la/1792434"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"nodejs": [
{
"version_added": "19.3.0"
},
{
"version_added": "18.13.0",
"version_removed": "19.0.0"
}
],
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false,
"impl_url": "https://webkit.org/b/245671"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"init_keepalive_parameter": {
"__compat": {
"description": "`init.keepalive` parameter",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Request/keepalive",
"spec_url": "https://fetch.spec.whatwg.org/#dom-requestinit-keepalive",
"tags": [
"web-features:fetch-keepalive"
Expand Down

0 comments on commit baf0435

Please sign in to comment.