Returns an interface to register or unregister a push registration,
an active registration, or check the permission status of the
This interface has been superceded by web.service-workers.PushManager
.
Returns an interface to register or unregister a push registration, an active registration, or check the permission status of the This interface has been superceded by `web.service-workers.PushManager`.
(get-registration this & args)
Method.
Returns a promise that resolves the PushRegistration associated the current webapp.
Method. Returns a promise that resolves the PushRegistration associated the current webapp.
(has-permission this & args)
Method.
Returns a promise that resolves to the PushPermissionStatus of requesting webapp.
Method. Returns a promise that resolves to the PushPermissionStatus of requesting webapp.
(register this & args)
Method.
Returns a promise that resolves to a PushRegistration with details a new registration.
Method. Returns a promise that resolves to a PushRegistration with details a new registration.
(unregister this & args)
Method.
Returns a promise that resolves to a PushRegistration with details the unregistered registration.
Method. Returns a promise that resolves to a PushRegistration with details the unregistered registration.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |