W3cubDocs

/Web APIs

Notification: show event

Note: This feature is available in Web Workers

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

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.

js

addEventListener("show", (event) => {});

onshow = (event) => {};

Event type

A generic Event.

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
show_event 20 14 22 No 23 7 No 42 22 29 No 4.0

See also

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/Notification/show_event