nsgenbind
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
WorkerGlobalScope Interface Reference

import <html.idl;

Inheritance diagram for WorkerGlobalScope:
EventTarget DedicatedWorkerGlobalScope SharedWorkerGlobalScope

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
 

Detailed Description

Definition at line 1915 of file html.idl.

Member Function Documentation

◆ close()

void WorkerGlobalScope::close ( )

◆ importScripts()

void WorkerGlobalScope::importScripts ( DOMString...  urls)

Member Data Documentation

◆ location

readonly attribute WorkerLocation WorkerGlobalScope::location

Definition at line 1917 of file html.idl.

◆ navigator

readonly attribute WorkerNavigator WorkerGlobalScope::navigator

Definition at line 1964 of file html.idl.

◆ onerror

attribute OnErrorEventHandler WorkerGlobalScope::onerror

Definition at line 1920 of file html.idl.

◆ onlanguagechange

attribute EventHandler WorkerGlobalScope::onlanguagechange

Definition at line 1921 of file html.idl.

◆ onoffline

attribute EventHandler WorkerGlobalScope::onoffline

Definition at line 1922 of file html.idl.

◆ ononline

attribute EventHandler WorkerGlobalScope::ononline

Definition at line 1923 of file html.idl.

◆ self

readonly attribute WorkerGlobalScope WorkerGlobalScope::self

Definition at line 1916 of file html.idl.


The documentation for this interface was generated from the following file: