Liking cljdoc? Tell your friends :D

web.deprecated.PushRegistrationManager

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`.
raw docstring

get-registrationcljs

(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.
sourceraw docstring

has-permissioncljs

(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.
sourceraw docstring

registercljs

(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.
sourceraw docstring

unregistercljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close