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 is a website building & hosting documentation for Clojure/Script libraries
× close