W3cubDocs

/Dart 2

DedicatedWorkerGlobalScope class

Inheritance
Annotations
  • @Native("DedicatedWorkerGlobalScope")

Properties

onMessageStream<MessageEvent>
read-only
Stream of message events handled by this DedicatedWorkerGlobalScope.
addressSpaceString
final, inherited
cachesCacheStorage
final, inherited
cryptoCrypto
final, inherited
hashCodeint
read-only, inherited
The hash code for this object. [...]
indexedDBIdbFactory
final, inherited
isSecureContextbool
final, inherited
location → _WorkerLocation
final, inherited
onEvents
read-only, inherited
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
onErrorStream<Event>
read-only, inherited
Stream of error events handled by this WorkerGlobalScope.
originString
final, inherited
performanceWorkerPerformance
final, inherited
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.
selfWorkerGlobalScope
final, inherited

Methods

close() → void
postMessage(dynamic message, [ List<Object> transfer ]) → void
requestFileSystemSync(int type, int size) → _DOMFileSystemSync
@JSName('webkitRequestFileSystemSync'), @SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.SAFARI)
resolveLocalFileSystemSyncUrl(String url) → _EntrySync
@JSName('webkitResolveLocalFileSystemSyncURL'), @SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.SAFARI)
addEventListener(String type, EventListener listener, [ bool useCapture ]) → void
inherited
atob(String atob) → String
inherited
btoa(String btoa) → String
inherited
dispatchEvent(Event event) → bool
inherited
fetch(dynamic input, [ Map init ]) → Future
inherited
importScripts(String urls) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
inherited
Invoked when a non-existent method or property is accessed. [...]
removeEventListener(String type, EventListener listener, [ bool useCapture ]) → void
inherited
toString() → String
inherited
Returns a string representation of this object.

Operators

operator ==(dynamic other) → bool
inherited
The equality operator. [...]

Static Properties

instanceDedicatedWorkerGlobalScope
read-only, override

Constants

messageEvent → const EventStreamProvider<MessageEvent>
Static factory designed to expose message events to event handlers that are not necessarily instances of DedicatedWorkerGlobalScope. [...]
const EventStreamProvider<MessageEvent>('message')
PERSISTENT → const int
1
TEMPORARY → const int
0

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/DedicatedWorkerGlobalScope-class.html