Skip to content

Commit

Permalink
Fix versions and status of FetchEvent.isReload
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 mdn#7844.
  • Loading branch information
foolip committed May 9, 2022
1 parent 64d947e commit 4c1181c
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": "74"
},
"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 4c1181c

Please sign in to comment.