|
nsgenbind
|
import <html.idl;
Public Member Functions | |
| void | postMessage (any message, optional sequence< Transferable > transfer) |
Public Member Functions inherited from WorkerGlobalScope | |
| void | close () |
| void | importScripts (DOMString... urls) |
Public Member Functions inherited from EventTarget | |
| void | addEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
| void | removeEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
| boolean | dispatchEvent (Event event) |
| void | addEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
| void | removeEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
| boolean | dispatchEvent (Event event) |
Public Attributes | |
| attribute EventHandler | onmessage |
Public Attributes inherited from WorkerGlobalScope | |
| readonly attribute WorkerGlobalScope | self |
| readonly attribute WorkerLocation | location |
| attribute OnErrorEventHandler | onerror |
| attribute EventHandler | onlanguagechange |
| attribute EventHandler | onoffline |
| attribute EventHandler | ononline |
| readonly attribute WorkerNavigator | navigator |
| void DedicatedWorkerGlobalScope::postMessage | ( | any | message, |
| optional sequence< Transferable > | transfer | ||
| ) |
| attribute EventHandler DedicatedWorkerGlobalScope::onmessage |