Results 1 - 5 of 5

PushManager.register()

The register method is used to ask the system to request a new endpoint for notifications. This method has been superceded by PushManager.subscribe().
API Deprecated Firefox OS Method Reference Simple Push API

PushManager.registrations()

The registrations method is used to ask the system about existing push endpoint registrations.
API Deprecated Firefox OS Method Reference Simple Push API

PushManager.unregister()

The unregister() method was used to ask the system to unregister and delete the specified endpoint. In the updated API, a subscription is can be unregistered via the PushSubscription.unsubscribe() method.
API Deprecated Firefox OS Method Reference Simple Push API