DedicatedWorkerGlobalScope class
- Inheritance
-
- Object
- EventTarget
- WorkerGlobalScope
- DedicatedWorkerGlobalScope
- Annotations
-
- @Native("DedicatedWorkerGlobalScope")
Properties
- addressSpace → String?
-
no setterinherited
- caches → CacheStorage?
-
no setterinherited
- crypto → Crypto?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexedDB → IdbFactory?
-
no setterinherited
- isSecureContext → bool?
-
no setterinherited
- location → _WorkerLocation
-
no setterinherited
-
no setterinherited
- on → Events
-
This is an ease-of-use accessor for event streams which should only be
used when an explicit accessor is not available.
no setterinherited
-
onError
→ Stream<
Event> -
Stream of
error
events handled by this WorkerGlobalScope.no setterinherited -
onMessage
→ Stream<
MessageEvent> -
Stream of
message
events handled by this DedicatedWorkerGlobalScope.no setter - origin → String?
-
no setterinherited
- performance → WorkerPerformance?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → WorkerGlobalScope
-
no setterinherited
Methods
-
addEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
inherited
-
atob(
String atob) → String -
inherited
-
btoa(
String btoa) → String -
inherited
-
close(
) → void -
dispatchEvent(
Event event) → bool -
inherited
-
fetch(
dynamic input, [Map? init]) → Future -
inherited
-
importScripts(
String urls) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
postMessage(
dynamic message, [List< Object> ? transfer]) → void -
removeEventListener(
String type, EventListener? listener, [bool? useCapture]) → void -
inherited
-
requestFileSystemSync(
int type, int size) → _DOMFileSystemSync -
resolveLocalFileSystemSyncUrl(
String url) → _EntrySync -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → DedicatedWorkerGlobalScope
-
no setter
Constants
-
messageEvent
→ const EventStreamProvider<
MessageEvent> -
Static factory designed to expose
message
events to event handlers that are not necessarily instances of DedicatedWorkerGlobalScope. - PERSISTENT → const int
- TEMPORARY → const int