Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIWorkerGlobalScope

This interface is an abstract interface representing the 'inside' of a worker. This interface allows a worker to look up information about itself, as well as to control itself.
1.0
28
Introduced
Gecko 1.9.1
Inherits from: nsISupports Last changed in Gecko 1.9.2 (Firefox 3.6 / Thunderbird 3.1 / Fennec 1.0)

Attributes

Attribute Type Description
location nsIWorkerLocation Read only.
navigator nsIWorkerNavigator Read only.
onerror nsIDOMEventListener  
self nsIWorkerGlobalScope Returns the global scope object itself. Read only.

See also

Document Tags and Contributors

 Contributors to this page: Sheppy, trevorh, Jürgen Jeka
 Last updated by: Sheppy,