nsgenbind
Loading...
Searching...
No Matches
Public Attributes | List of all members
SharedWorkerGlobalScope Interface Reference

import <html.idl;

Inheritance diagram for SharedWorkerGlobalScope:
WorkerGlobalScope EventTarget

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)
 

Detailed Description

Definition at line 1935 of file html.idl.

Member Data Documentation

◆ applicationCache

readonly attribute ApplicationCache SharedWorkerGlobalScope::applicationCache

Definition at line 1937 of file html.idl.

◆ name

readonly attribute DOMString SharedWorkerGlobalScope::name

Definition at line 1936 of file html.idl.

◆ onconnect

attribute EventHandler SharedWorkerGlobalScope::onconnect

Definition at line 1938 of file html.idl.


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