Articles tagged: Push API
Found 11 documents
- Web/API/PushEvent The PushEvent interface of the Push API represents a push message that has been received. This ...
- Web/API/PushEvent/PushEvent The PushEvent() constructor creates a new PushEvent object. Note that the this constructor is ...
- Web/API/PushManager The PushManager interface of the Push API provides a way to receive notifications from ...
- Web/API/PushMessageData The PushMessageData interface of the Push API provides methods which let you retrieve the push ...
- Web/API/PushSubscription The PushSubscription interface of the Push API provides a subcription's URL endpoint and allows ...
- Web/API/PushSubscription/endpoint The endpoint read-only property of the PushSubscription interface returns a USVString containing ...
- Web/API/PushSubscription/getKey The getKey() method of the PushSubscription interface returns an ArrayBuffer representing a ...
- Web/API/PushSubscription/subscriptionId The endpoint read-only property of the PushSubscription interface returns a DOMString containing ...
- Web/API/PushSubscription/toJSON The toJSON() method of the PushSubscription interface is a standard serializer: it returns a ...
- Web/API/PushSubscription/unsubscribe The unsubscribe() method of the PushSubscription interface returns a Promise that resolves to a ...
- Web/API/Push_API/Using_the_Push_API The W3C Push API offers some exciting new functionality for developers to use in web ...