pushManager property
PushManager
get
pushManager
The pushManager
read-only property of the
ServiceWorkerRegistration interface returns a reference to the
PushManager interface for managing push subscriptions; this includes
support for subscribing, getting an active subscription, and accessing
push permission
status.
Implementation
external PushManager get pushManager;