From 09d15d2b1bedda3e22cb3a94fd33d46bafd2ffa5 Mon Sep 17 00:00:00 2001 From: Eric Shepherd Date: Wed, 19 Feb 2020 11:52:05 -0500 Subject: [PATCH] isReload removed from Fetch events This is effective in Firefox 74. Source: * https://bugzilla.mozilla.org/show_bug.cgi?id=1264175 * https://github.com/slightlyoff/ServiceWorker/issues/873 --- api/FetchEvent.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/FetchEvent.json b/api/FetchEvent.json index a0d9598a958926..7296ef14f64454 100644 --- a/api/FetchEvent.json +++ b/api/FetchEvent.json @@ -210,7 +210,8 @@ }, "firefox": { "version_added": "44", - "notes": "Service workers (and Push) have been disabled in the Firefox 45 and 52 Extended Support Releases (ESR.)" + "version_removed": "74", + "notes": "Service workers (and Push) have been disabled in the Firefox 45 and 52 Extended Support Releases (ESR)." }, "firefox_android": { "version_added": "44" @@ -240,7 +241,7 @@ "status": { "experimental": true, "standard_track": true, - "deprecated": false + "deprecated": true } } },