Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update worker support for Notifications in Chromium (#16249)
Original source: #1768 No evidence for the specific versions was given. The mere exposure of Notification in dedicated workers can be confirmed to be Chrome 41 with this test: https://mdn-bcd-collector.appspot.com/tests/api/Notification?exposure=Worker However, Notifications can't be created from dedicated workers in Chromium, it makes more sense to match support in service workers, which is one version later. That then matches notes and other data like api.NotificationEvent and api.ServiceWorkerRegistration.showNotification. Part of #7844.
- Loading branch information