Notifications from service workers and installed apps
Newly available since 2023-03-27
Notifications via service worker registration's showNotification()
method, sent from installed web applications (for example, saved to the Home Screen on Safari for iOS), show a message to the user, typically using the notification system of the host operating system.
Browser support (view on caniuse.com)
- Chrome 20 Released on 2012-06-26
- Chrome Android 42 Released on 2015-04-15
- Edge 14 Released on 2016-08-02
- Firefox 22 Released on 2013-06-25
- Firefox for Android 22 Released on 2013-06-25
- Safari 7 Released on 2013-10-22
- Safari on iOS 16.4 Released on 2023-03-27
Specifications
- Notifications API Standard, from Notifications API Workstream (WHATWG).