|
nsgenbind
|
import <html.idl;
Public Member Functions | |
| 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 | |
| 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 WorkerGlobalScope::close | ( | ) |
| void WorkerGlobalScope::importScripts | ( | DOMString... | urls | ) |
| readonly attribute WorkerLocation WorkerGlobalScope::location |
| readonly attribute WorkerNavigator WorkerGlobalScope::navigator |
| attribute OnErrorEventHandler WorkerGlobalScope::onerror |
| attribute EventHandler WorkerGlobalScope::onlanguagechange |
| attribute EventHandler WorkerGlobalScope::onoffline |
| attribute EventHandler WorkerGlobalScope::ononline |
| readonly attribute WorkerGlobalScope WorkerGlobalScope::self |