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 DOMString dataArg,
    in DOMString originArg,
    in DOMString lastEventIdArg,
    in DOMWindow sourceArg,
    in MessagePort messagePort); 

Member Data

data
lastEventId
messagePort
origin
source

data


readonly attribute DOMString data; 


lastEventId


readonly attribute DOMString lastEventId; 


messagePort


readonly attribute MessagePort messagePort; 


origin


readonly attribute DOMString origin; 


source


readonly attribute DOMWindow source; 

 

Last Updated: 2009-05-29