Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with "ServiceWorkerRegistration.update()": (Incorrect Browser compatibility information) #14415

Closed
acewebs opened this issue Jan 3, 2022 · 2 comments
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@acewebs
Copy link

acewebs commented Jan 3, 2022

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
@acewebs acewebs changed the title Jan 3, 2022
@sideshowbarker sideshowbarker transferred this issue from mdn/content Jan 3, 2022
@queengooborg queengooborg added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jan 4, 2022
@jpmedley
Copy link
Contributor

jpmedley commented Jan 5, 2022

@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.

@queengooborg
Copy link
Contributor

This has been resolved in #14342!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

No branches or pull requests

3 participants