We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Incorrect support data (example: BrowserX says "86" but support was added in "40")
For some reason openwebdocs/mdn-bcd-collector@8777c0f started assuming all events from "install" event uses InstallEvent. This hasn't been true in the spec until w3c/ServiceWorker#1701 landed weeks ago and the previous version of InstallEvent is removed by w3c/ServiceWorker#1207, so we should not assume this.
Firefox
Removed version of InstallEvent in Firefox and Safari
No response
https://developer.mozilla.org/en-US/docs/Web/API/InstallEvent
api.InstallEvent
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
For some reason openwebdocs/mdn-bcd-collector@8777c0f started assuming all events from "install" event uses InstallEvent. This hasn't been true in the spec until w3c/ServiceWorker#1701 landed weeks ago and the previous version of InstallEvent is removed by w3c/ServiceWorker#1207, so we should not assume this.
What browsers does this problem apply to, if applicable?
Firefox
What did you expect to see?
Removed version of InstallEvent in Firefox and Safari
Did you test this? If so, how?
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/InstallEvent
MDN metadata
MDN page report details
api.InstallEvent
The text was updated successfully, but these errors were encountered: