Notifications
Notifications are how an installed PWA re-engages users after they leave: a server pushes a message, the service worker wakes to handle it, and a system notification appears. The power comes with a strict permission model — ask in context, on a gesture — and platform rules, notably that iOS requires the PWA to be installed to the Home Screen first.
These entries cover the push pipeline, the permission model, and periodic background updates.
In this section
Section titled “In this section”Web PushThe Push API + VAPID subscriptions, the permission model, the service worker push/notificationclick events, and the iOS requirement.
Planned topics
Section titled “Planned topics”Reserved in the coverage matrix and filled in over time:
- The notification permission model
- Periodic background sync
← Back to the Reference overview.