webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
DedicatedWorkerGlobalScope Interface Reference

import"DedicatedWorkerGlobalScopeConstructors.idl";

Inheritance diagram for DedicatedWorkerGlobalScope:
WorkerGlobalScope EventTarget

Public Member Functions

void postMessage (any message, optional sequence< object > transfer=[])
 
- Public Member Functions inherited from WorkerGlobalScope
Promise< Responsefetch (any input, optional RequestInit init)
 
Promise< ResponsefetchRequest (FetchRequest request)
 
void close ()
 
void importScripts (USVString... urls)
 
- Public Member Functions inherited from EventTarget
void addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false)
 
void removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false)
 
boolean dispatchEvent (Event event)
 

Public Attributes

attribute DedicatedWorkerGlobalScopeConstructor DedicatedWorkerGlobalScope
 
attribute EventHandler onmessage
 
- Public Attributes inherited from WorkerGlobalScope
attribute FetchHeadersConstructor Headers
 
attribute FetchRequestConstructor Request
 
attribute FetchResponseConstructor Response
 
attribute ByteLengthQueuingStrategyConstructor ByteLengthQueuingStrategy
 
attribute CountQueuingStrategyConstructor CountQueuingStrategy
 
attribute ReadableStreamConstructor ReadableStream
 
attribute WebSocketConstructor WebSocket
 
attribute CryptoKeyConstructor CryptoKey
 
attribute SubtleCryptoConstructor SubtleCrypto
 
attribute DOMCoreExceptionConstructor DOMException
 
attribute DOMPointConstructor DOMPoint
 
attribute DOMPointReadOnlyConstructor DOMPointReadOnly
 
attribute DOMRectConstructor DOMRect
 
attribute DOMRectReadOnlyConstructor DOMRectReadOnly
 
attribute ErrorEventConstructor ErrorEvent
 
attribute EventConstructor Event
 
attribute EventTargetConstructor EventTarget
 
attribute MessageChannelConstructor MessageChannel
 
attribute MessageEventConstructor MessageEvent
 
attribute MessagePortConstructor MessagePort
 
attribute ProgressEventConstructor ProgressEvent
 
attribute TextDecoderConstructor TextDecoder
 
attribute TextEncoderConstructor TextEncoder
 
attribute BlobConstructor Blob
 
attribute FileReaderConstructor FileReader
 
attribute FileReaderSyncConstructor FileReaderSync
 
attribute DOMURLConstructor URL
 
attribute ImageDataConstructor ImageData
 
attribute URLSearchParamsConstructor URLSearchParams
 
attribute CryptoConstructor Crypto
 
attribute EventSourceConstructor EventSource
 
attribute PerformanceConstructor Performance
 
attribute PerformanceEntryConstructor PerformanceEntry
 
attribute PerformanceMarkConstructor PerformanceMark
 
attribute PerformanceMeasureConstructor PerformanceMeasure
 
attribute PerformanceObserverConstructor PerformanceObserver
 
attribute PerformanceObserverEntryListConstructor PerformanceObserverEntryList
 
attribute PerformanceResourceTimingConstructor PerformanceResourceTiming
 
attribute WorkerNavigatorConstructor WorkerNavigator
 
attribute WorkerGlobalScopeConstructor WorkerGlobalScope
 
attribute WorkerLocationConstructor WorkerLocation
 
attribute XMLHttpRequestConstructor XMLHttpRequest
 
attribute XMLHttpRequestEventTargetConstructor XMLHttpRequestEventTarget
 
readonly attribute IDBFactory indexedDB
 
readonly attribute WorkerGlobalScope self
 
readonly attribute WorkerLocation location
 
attribute EventHandler onerror
 
attribute EventHandler onoffline
 
attribute EventHandler ononline
 
readonly attribute WorkerNavigator navigator
 
attribute DOMURLConstructor webkitURL
 
attribute IDBCursorConstructor IDBCursor
 
attribute IDBCursorWithValueConstructor IDBCursorWithValue
 
attribute IDBDatabaseConstructor IDBDatabase
 
attribute IDBFactoryConstructor IDBFactory
 
attribute IDBIndexConstructor IDBIndex
 
attribute IDBKeyRangeConstructor IDBKeyRange
 
attribute IDBObjectStoreConstructor IDBObjectStore
 
attribute IDBOpenDBRequestConstructor IDBOpenDBRequest
 
attribute IDBRequestConstructor IDBRequest
 
attribute IDBTransactionConstructor IDBTransaction
 
attribute IDBVersionChangeEventConstructor IDBVersionChangeEvent
 

Member Function Documentation

◆ postMessage()

void DedicatedWorkerGlobalScope::postMessage ( any  message,
optional sequence< object transfer = [] 
)

Member Data Documentation

◆ DedicatedWorkerGlobalScope

attribute DedicatedWorkerGlobalScopeConstructor DedicatedWorkerGlobalScope::DedicatedWorkerGlobalScope

◆ onmessage

attribute EventHandler DedicatedWorkerGlobalScope::onmessage

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