Firefox/Safari don't support InstallEvent interface#28918
Conversation
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
ddbeck
left a comment
There was a problem hiding this comment.
Both "only" support the
installevent, but it is of typeExtendableEvent, notInstallEvent.
This suggests to me that api.ServiceWorkerGlobalScope.install_event needs a note to indicate the type sent to an event listener is not the correct type. (It's probably not partial though, if this is the first we're noticing of it.)
Good point, added in ac825c3. |
ddbeck
left a comment
There was a problem hiding this comment.
Approved, but with a comment to improve the text of the event notes.
Summary
Update Firefox/Safari statements for
InstallEventinterface.Test results and supporting details
Both "only" support the
installevent, but it is of typeExtendableEvent, notInstallEvent.Related issues
Opened openwebdocs/mdn-bcd-collector#3020 to update the collector test.
Fixes #22591.