public class MessageEventInit extends EventInit
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Object> |
data |
net.java.html.lib.Objs.Property<String> |
channel |
net.java.html.lib.Objs.Property<String> |
lastEventId |
net.java.html.lib.Objs.Property<String> |
origin |
net.java.html.lib.Objs.Property<MessagePort[]> |
ports |
net.java.html.lib.Objs.Property<Object> |
source |
bubbles, cancelable| Modifier | Constructor and Description |
|---|---|
protected |
MessageEventInit(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static MessageEventInit |
$as(Object obj) |
String |
channel() |
String |
lastEventId() |
String |
origin() |
MessagePort[] |
ports() |
bubbles, cancelable$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<Object> data
public net.java.html.lib.Objs.Property<String> origin
public net.java.html.lib.Objs.Property<String> lastEventId
public net.java.html.lib.Objs.Property<String> channel
public net.java.html.lib.Objs.Property<Object> source
public net.java.html.lib.Objs.Property<MessagePort[]> ports
protected MessageEventInit(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static MessageEventInit $as(Object obj)
public String origin()
public String lastEventId()
public String channel()
public MessagePort[] ports()
Copyright © 2021. All rights reserved.