Skip to content

Commit

Permalink
FF133 supports Request keepalive (#25080)
Browse files Browse the repository at this point in the history
Also adds missing web-features:fetch-keepalive tags.
  • Loading branch information
hamishwillee authored Nov 15, 2024
1 parent bd1ae82 commit 6f3a525
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion api/Request.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"version_added": "15"
},
"firefox": {
"version_added": "preview"
"version_added": "133"
},
"firefox_android": "mirror",
"ie": {
Expand Down Expand Up @@ -1172,6 +1172,9 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Request/keepalive",
"spec_url": "https://fetch.spec.whatwg.org/#ref-for-dom-request-keepalive②",
"tags": [
"web-features:fetch-keepalive"
],
"support": {
"chrome": {
"version_added": "66"
Expand Down
5 changes: 4 additions & 1 deletion api/_globals/fetch.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@
"init_keepalive_parameter": {
"__compat": {
"description": "<code>init.keepalive</code> parameter",
"tags": [
"web-features:fetch-keepalive"
],
"support": {
"chrome": {
"version_added": "66"
Expand All @@ -207,7 +210,7 @@
"version_added": "15"
},
"firefox": {
"version_added": "preview"
"version_added": "133"
},
"firefox_android": "mirror",
"ie": {
Expand Down

0 comments on commit 6f3a525

Please sign in to comment.