Mac OS X Reference Library Apple Developer
Search

MessageEvent

Module:
events
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

initMessageEvent

initMessageEvent



void initMessageEvent(
    in DOMString typeArg,
    in boolean canBubbleArg,
    in boolean cancelableArg,
    in SerializedScriptValue dataArg,
    in DOMString originArg,
    in DOMString lastEventIdArg,
    in DOMWindow sourceArg,
    in Array messagePorts); 

Member Data

data
lastEventId
origin
ports
source

data



readonly attribute SerializedScriptValue data; 

lastEventId



readonly attribute DOMString lastEventId; 

origin



readonly attribute DOMString origin; 

ports



readonly attribute Array ports; 

source



readonly attribute DOMWindow source; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27