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
66
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