Results 1 - 20 of 25

PushSubscription

The PushSubscription interface of the Push API provides a subcription's URL endpoint and allows unsubscription from a push service.
API Experimental Interface Push Push API PushSubscription Reference Service Workers

Using the Push API

The W3C Push API offers some exciting new functionality for developers to use in web applications: this article provides an introduction to getting Push notifications setup and running, with a simple demo.
API Experimental Guide JavaScript Push Push API Service Workers web push

PushSubscription.subscriptionId

The endpoint read-only property of the PushSubscription interface returns a DOMString containing the subscription ID associated with the push subscription.
API Deprecated Experimental Property Push Push API PushSubscription Reference Service Workers subscriptionId

Push API

The Push API gives web applications the ability to receive messages pushed to them from a server, whether or not the web app is in the foreground, or even currently loaded, on a user agent. This lets developers deliver asynchronous notifications and updates to users that opt in, resulting in better engagement with timely new content.
API Experimental Landing Notifications Push Reference Service Workers

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