web api event
Notification: show event
Secure context Available in workers
The show event of the Notification interface fires when a Notification is displayed.
Syntax
Use the event name in methods like addEventListener(), or set an event handler property.
addEventListener("show", (event) => { })
onshow = (event) => { }
Event type
A generic Event.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.