SharedWorkerGlobalScope class
- Inheritance
-
- Object
- EventTarget
- WorkerGlobalScope
- SharedWorkerGlobalScope
- Annotations
-
- @Native("SharedWorkerGlobalScope")
Properties
- addressSpace → String?
-
read-onlyinherited
- caches → CacheStorage?
-
read-onlyinherited
- crypto → Crypto?
-
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- indexedDB → IdbFactory?
-
read-onlyinherited
- isSecureContext → bool?
-
read-onlyinherited
- location → _WorkerLocation
-
read-onlyinherited
- name → String?
-
read-only
-
read-onlyinherited
- on → Events
-
This is an ease-of-use accessor for event streams which should only be
used when an explicit accessor is not available.
read-onlyinherited
-
onConnect
→ Stream<
Event> -
Stream of
connect
events handled by this SharedWorkerGlobalScope.read-only -
onError
→ Stream<
Event> -
Stream of
error
events handled by this WorkerGlobalScope.read-onlyinherited - origin → String?
-
read-onlyinherited
- performance → WorkerPerformance?
-
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- self → WorkerGlobalScope
-
read-onlyinherited
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
-
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 → SharedWorkerGlobalScope
-
read-only
Constants
-
connectEvent
→ const EventStreamProvider<
Event> -
Static factory designed to expose
connect
events to event handlers that are not necessarily instances of SharedWorkerGlobalScope.const EventStreamProvider<Event>('connect')
- PERSISTENT → const int
-
1
- TEMPORARY → const int
-
0