| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- initMessageEvent
void initMessageEvent(
in DOMString typeArg,
in boolean canBubbleArg,
in boolean cancelableArg,
in DOMString dataArg,
in DOMString originArg,
in DOMString lastEventIdArg,
in DOMWindow sourceArg,
in MessagePort messagePort);
Member Data
- data
- lastEventId
- messagePort
- origin
- source
readonly attribute DOMString data;
readonly attribute DOMString lastEventId;
readonly attribute DOMString origin;
Last Updated: 2009-05-29