Skip to content

Commit 09d15d2

Browse files
committed
isReload removed from Fetch events
This is effective in Firefox 74. Source: * https://bugzilla.mozilla.org/show_bug.cgi?id=1264175 * w3c/ServiceWorker#873
1 parent 8f75788 commit 09d15d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

api/FetchEvent.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@
210210
},
211211
"firefox": {
212212
"version_added": "44",
213-
"notes": "Service workers (and <a href='https://developer.mozilla.org/docs/Web/API/Push_API'>Push</a>) have been disabled in the <a href='https://www.mozilla.org/en-US/firefox/organizations/'>Firefox 45 and 52 Extended Support Releases</a> (ESR.)"
213+
"version_removed": "74",
214+
"notes": "Service workers (and <a href='https://developer.mozilla.org/docs/Web/API/Push_API'>Push</a>) have been disabled in the <a href='https://www.mozilla.org/en-US/firefox/organizations/'>Firefox 45 and 52 Extended Support Releases</a> (ESR)."
214215
},
215216
"firefox_android": {
216217
"version_added": "44"
@@ -240,7 +241,7 @@
240241
"status": {
241242
"experimental": true,
242243
"standard_track": true,
243-
"deprecated": false
244+
"deprecated": true
244245
}
245246
}
246247
},

0 commit comments

Comments
 (0)