Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- addEventListener
- close
- dispatchEvent
- postMessage
- removeEventListener
- start
- startConversation
void addEventListener(
in DOMString type,
in EventListener listener,
in boolean useCapture);
void postMessage(
in DOMString message,
in MessagePort messagePort) raises(DOMException);
void removeEventListener(
in DOMString type,
in EventListener listener,
in boolean useCapture);
Member Data
- active
- onclose
- onmessage
readonly attribute boolean active;
Last Updated: 2009-05-29