Skip to content

Commit

Permalink
Fix versions and status of FetchEvent.isReload (#16174)
Browse files Browse the repository at this point in the history
This was added to Chromium well before FetchEvent was first enabled:
https://chromium.googlesource.com/chromium/src/+/d5cfd088444bebf83231bf4de9916c9fcca8e093

But the chromium-find-releases-static tool shows the wrong version:
https://storage.googleapis.com/chromium-find-releases-static/d5c.html#d5cfd088444bebf83231bf4de9916c9fcca8e093

Firefox removal confirmed:
https://bugzilla.mozilla.org/show_bug.cgi?id=1264175

Part of #7844.
  • Loading branch information
foolip authored May 9, 2022
1 parent d828b92 commit 30bdd39
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions api/FetchEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,30 +205,32 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/FetchEvent/isReload",
"support": {
"chrome": {
"version_added": "45"
"version_added": "40",
"notes": "May be removed in a future release, see <a href='https://crbug.com/652994'>bug 652994</a>."
},
"chrome_android": {
"version_added": "45"
"version_added": "40",
"notes": "May be removed in a future release, see <a href='https://crbug.com/652994'>bug 652994</a>."
},
"edge": {
"version_added": "17"
},
"firefox": {
"version_added": "44",
"version_removed": "74",
"notes": "<a href='https://www.mozilla.org/en-US/firefox/organizations/'>Extended Support Releases (ESR)</a> before Firefox 78 ESR do not support service workers and the Push API."
"version_removed": "74"
},
"firefox_android": {
"version_added": "44"
"version_added": "44",
"version_removed": "79"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "32"
"version_added": "27"
},
"opera_android": {
"version_added": "32"
"version_added": "27"
},
"safari": {
"version_added": false
Expand All @@ -237,15 +239,15 @@
"version_added": false
},
"samsunginternet_android": {
"version_added": "5.0"
"version_added": "4.0"
},
"webview_android": {
"version_added": "45"
"version_added": "40"
}
},
"status": {
"experimental": true,
"standard_track": true,
"experimental": false,
"standard_track": false,
"deprecated": true
}
}
Expand Down

0 comments on commit 30bdd39

Please sign in to comment.