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

import <html.idl;

Inheritance diagram for DedicatedWorkerGlobalScope:
WorkerGlobalScope EventTarget

Public Member Functions

void postMessage (any message, optional sequence< Transferable > transfer)
 
- 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)
 

Public Attributes

attribute EventHandler onmessage
 
- 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
 

Detailed Description

Definition at line 1929 of file html.idl.

Member Function Documentation

◆ postMessage()

void DedicatedWorkerGlobalScope::postMessage ( any  message,
optional sequence< Transferable >  transfer 
)

Member Data Documentation

◆ onmessage

attribute EventHandler DedicatedWorkerGlobalScope::onmessage

Definition at line 1931 of file html.idl.


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