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.