webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"WorkerGlobalScopeConstructors.idl";
Public Member Functions | |
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 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 WorkerGlobalScope::close | ( | ) |
Promise<Response> WorkerGlobalScope::fetch | ( | any | input, |
optional RequestInit | init | ||
) |
Promise<Response> WorkerGlobalScope::fetchRequest | ( | FetchRequest | request | ) |
void WorkerGlobalScope::importScripts | ( | USVString... | urls | ) |
attribute BlobConstructor WorkerGlobalScope::Blob |
attribute ByteLengthQueuingStrategyConstructor WorkerGlobalScope::ByteLengthQueuingStrategy |
attribute CountQueuingStrategyConstructor WorkerGlobalScope::CountQueuingStrategy |
attribute CryptoConstructor WorkerGlobalScope::Crypto |
attribute CryptoKeyConstructor WorkerGlobalScope::CryptoKey |
attribute DOMCoreExceptionConstructor WorkerGlobalScope::DOMException |
attribute DOMPointConstructor WorkerGlobalScope::DOMPoint |
attribute DOMPointReadOnlyConstructor WorkerGlobalScope::DOMPointReadOnly |
attribute DOMRectConstructor WorkerGlobalScope::DOMRect |
attribute DOMRectReadOnlyConstructor WorkerGlobalScope::DOMRectReadOnly |
attribute ErrorEventConstructor WorkerGlobalScope::ErrorEvent |
attribute EventConstructor WorkerGlobalScope::Event |
attribute EventSourceConstructor WorkerGlobalScope::EventSource |
attribute EventTargetConstructor WorkerGlobalScope::EventTarget |
attribute FileReaderConstructor WorkerGlobalScope::FileReader |
attribute FileReaderSyncConstructor WorkerGlobalScope::FileReaderSync |
attribute FetchHeadersConstructor WorkerGlobalScope::Headers |
attribute IDBCursorConstructor WorkerGlobalScope::IDBCursor |
attribute IDBCursorWithValueConstructor WorkerGlobalScope::IDBCursorWithValue |
attribute IDBDatabaseConstructor WorkerGlobalScope::IDBDatabase |
attribute IDBFactoryConstructor WorkerGlobalScope::IDBFactory |
attribute IDBIndexConstructor WorkerGlobalScope::IDBIndex |
attribute IDBKeyRangeConstructor WorkerGlobalScope::IDBKeyRange |
attribute IDBObjectStoreConstructor WorkerGlobalScope::IDBObjectStore |
attribute IDBOpenDBRequestConstructor WorkerGlobalScope::IDBOpenDBRequest |
attribute IDBRequestConstructor WorkerGlobalScope::IDBRequest |
attribute IDBTransactionConstructor WorkerGlobalScope::IDBTransaction |
attribute IDBVersionChangeEventConstructor WorkerGlobalScope::IDBVersionChangeEvent |
attribute ImageDataConstructor WorkerGlobalScope::ImageData |
readonly attribute IDBFactory WorkerGlobalScope::indexedDB |
readonly attribute WorkerLocation WorkerGlobalScope::location |
attribute MessageChannelConstructor WorkerGlobalScope::MessageChannel |
attribute MessageEventConstructor WorkerGlobalScope::MessageEvent |
attribute MessagePortConstructor WorkerGlobalScope::MessagePort |
readonly attribute WorkerNavigator WorkerGlobalScope::navigator |
attribute EventHandler WorkerGlobalScope::onerror |
attribute EventHandler WorkerGlobalScope::onoffline |
attribute EventHandler WorkerGlobalScope::ononline |
attribute PerformanceConstructor WorkerGlobalScope::Performance |
attribute PerformanceEntryConstructor WorkerGlobalScope::PerformanceEntry |
attribute PerformanceMarkConstructor WorkerGlobalScope::PerformanceMark |
attribute PerformanceMeasureConstructor WorkerGlobalScope::PerformanceMeasure |
attribute PerformanceObserverConstructor WorkerGlobalScope::PerformanceObserver |
attribute PerformanceObserverEntryListConstructor WorkerGlobalScope::PerformanceObserverEntryList |
attribute PerformanceResourceTimingConstructor WorkerGlobalScope::PerformanceResourceTiming |
attribute ProgressEventConstructor WorkerGlobalScope::ProgressEvent |
attribute ReadableStreamConstructor WorkerGlobalScope::ReadableStream |
attribute FetchRequestConstructor WorkerGlobalScope::Request |
attribute FetchResponseConstructor WorkerGlobalScope::Response |
readonly attribute WorkerGlobalScope WorkerGlobalScope::self |
attribute SubtleCryptoConstructor WorkerGlobalScope::SubtleCrypto |
attribute TextDecoderConstructor WorkerGlobalScope::TextDecoder |
attribute TextEncoderConstructor WorkerGlobalScope::TextEncoder |
attribute DOMURLConstructor WorkerGlobalScope::URL |
attribute URLSearchParamsConstructor WorkerGlobalScope::URLSearchParams |
attribute DOMURLConstructor WorkerGlobalScope::webkitURL |
attribute WebSocketConstructor WorkerGlobalScope::WebSocket |
attribute WorkerGlobalScopeConstructor WorkerGlobalScope::WorkerGlobalScope |
attribute WorkerLocationConstructor WorkerGlobalScope::WorkerLocation |
attribute WorkerNavigatorConstructor WorkerGlobalScope::WorkerNavigator |
attribute XMLHttpRequestConstructor WorkerGlobalScope::XMLHttpRequest |
attribute XMLHttpRequestEventTargetConstructor WorkerGlobalScope::XMLHttpRequestEventTarget |