|
nsgenbind
|
import <html.idl;
Public Attributes | |
| readonly attribute DOMString | name |
| readonly attribute ApplicationCache | applicationCache |
| attribute EventHandler | onconnect |
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 |
Additional Inherited Members | |
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) |
| readonly attribute ApplicationCache SharedWorkerGlobalScope::applicationCache |
| readonly attribute DOMString SharedWorkerGlobalScope::name |
| attribute EventHandler SharedWorkerGlobalScope::onconnect |