package js.html
extends ExtendableEvent › Event
Available on jsThe
ExtendableMessageEvent
interface of theServiceWorker API
represents the event object of amessage
event fired on a service worker (when a channel message is received on theServiceWorkerGlobalScope
from another context) — extends the lifetime of such events.Documentation ExtendableMessageEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
new (type:String, ?eventInitDict:ExtendableMessageEventInit)
Throws:
null |
DOMError |
---|
read only data:Dynamic
Returns the event's data. It can be any data type.
read only lastEventId:String
Represents, in server-sent events, the last event ID of the event source.
read only origin:String
Returns the origin of the ServiceWorkerClient
that sent the message
read only ports:MessagePortList
Returns the array containing the MessagePort
objects representing the ports of the associated message channel.
read only source:EitherType<Client, EitherType<ServiceWorker, MessagePort>>
Returns a reference to the service worker that sent the message.
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/ExtendableMessageEvent.html