ladybird/Userland/Libraries/LibWeb/HTML/MessageEvent.idl

9 lines
283 B
Plaintext

interface MessageEvent : Event {
readonly attribute any data;
readonly attribute USVString origin;
readonly attribute DOMString lastEventId;
// FIXME: readonly attribute MessageEventSource? source;
// FIXME: readonly attribute FrozenArray<MessagePort> ports;
};