PushManagerAPI
Types
permissionState
pushEncryptionKeyName
pushManager
This Push API interface provides a way to receive notifications from third-party servers as well as request URLs for push notifications. See PushManager on MDN
Record fields
Module
There are methods and helpers defined in PushManager .
pushSubscription
This Push API interface provides a subcription's URL endpoint and allows unsubscription from a push service. See PushSubscription on MDN
Record fields
Module
There are methods and helpers defined in PushSubscription .
pushSubscriptionJSON
Record fields
endpoint
option< string >
expirationTime
option< Null.t< int > >
keys
option< WebAPI.Prelude.any >
pushSubscriptionOptions
Record fields
pushSubscriptionOptionsInit
Record fields
userVisibleOnly
option< bool >
applicationServerKey
option< Null.t< unknown > >