Open
Description
What is the issue with the Notifications API Standard?
The service-worker-only event's init dictionary requires a Notification object, but its construction is restricted in service workers. Meaning there's no good way to call the constructor.
The new Notification(title, options) constructor steps are:
- If this’s relevant global object is a ServiceWorkerGlobalScope object, then throw a TypeError.
Metadata
Metadata
Assignees
Labels
No labels