You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What information was incorrect, unhelpful, or incomplete?
incorrect
Specific section or headline?
Browser compatibility
What did you expect to see?
serviceWorkerRegistration.update(); is supported by Safari on iOS in the latest version so I expect to see Full Support instead of No Support
Did you test this? If so, how?
reg = await navigator.serviceWorker.ready
reg.update()
in Safari's JS console, with the Network panel open. You should see a request made for your service worker after you run that.
@ddbeck I was going to transfer this to the bcd repo, but I don't have the authority. I had a list with other MDN repos, but it did not include that one.
MDN URL: https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/update
What information was incorrect, unhelpful, or incomplete?
incorrect
Specific section or headline?
Browser compatibility
What did you expect to see?
serviceWorkerRegistration.update(); is supported by Safari on iOS in the latest version so I expect to see Full Support instead of No Support
Did you test this? If so, how?
reg = await navigator.serviceWorker.ready
reg.update()
in Safari's JS console, with the Network panel open. You should see a request made for your service worker after you run that.
ref. https://stackoverflow.com/questions/62327829/update-serviceworker-without-page-reload-on-safari
MDN Content page report details
en-us/web/api/serviceworkerregistration/update
The text was updated successfully, but these errors were encountered: