Skip to content

Commit

Permalink
isReload removed from Fetch events (#5728)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Shepherd authored Feb 20, 2020
1 parent 1fa5874 commit 138559e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/FetchEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@
},
"firefox": {
"version_added": "44",
"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.)"
"version_removed": "74",
"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)."
},
"firefox_android": {
"version_added": "44"
Expand Down Expand Up @@ -240,7 +241,7 @@
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
"deprecated": true
}
}
},
Expand Down

0 comments on commit 138559e

Please sign in to comment.