ExtendableMessageEvent

ExtendableMessageEvent

package js-html

extends ExtendableEventEvent

Available on js

The ExtendableMessageEvent interface of the ServiceWorker API represents the event object of a message event fired on a service worker (when a channel message is received on the ServiceWorkerGlobalScope from another context) — extends the lifetime of such events.

Documentation ExtendableMessageEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Constructor

new (type:String, ?eventInitDict:ExtendableMessageEventInit)

Throws:

null DOMError

Variables

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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/ExtendableMessageEvent.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部