webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"DedicatedWorkerGlobalScopeConstructors.idl";
Public Member Functions | |
void | postMessage (any message, optional sequence< object > transfer=[]) |
![]() | |
Promise< Response > | fetch (any input, optional RequestInit init) |
Promise< Response > | fetchRequest (FetchRequest request) |
void | close () |
void | importScripts (USVString... urls) |
![]() | |
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 |
![]() | |
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 |
void DedicatedWorkerGlobalScope::postMessage | ( | any | message, |
optional sequence< object > | transfer = [] |
||
) |
attribute DedicatedWorkerGlobalScopeConstructor DedicatedWorkerGlobalScope::DedicatedWorkerGlobalScope |
attribute EventHandler DedicatedWorkerGlobalScope::onmessage |