Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 25, 2025
1 parent 0a53248 commit d09e9bc
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions api/_globals/fetch.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,57 @@
}
}
},
"init_duplex_parameter": {
"__compat": {
"description": "`init.duplex` parameter",
"spec_url": "https://fetch.spec.whatwg.org/#dom-requestinit-duplex",
"support": {
"chrome": {
"version_added": "105"
},
"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.1.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",
Expand Down

0 comments on commit d09e9bc

Please sign in to comment.