PushEvent
open class PushEvent(val type: EventType<PushEvent>, init: PushEventInit = definedExternally) : ExtendableEvent(source)
The PushEvent
interface of the Push API represents a push message that has been received. Available only in secure contexts.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The data
read-only property of the PushEvent
interface returns a reference to a PushMessageData object containing data sent to the PushSubscription.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard