Inheritance
Implements
Implemented by
Annotations
  • DocsEditable()
  • DomName('WorkerGlobalScope')
  • Experimental()

Constants

errorEvent EventStreamProvider<Event>

Static factory designed to expose error events to event handlers that are not necessarily instances of WorkerGlobalScope.

const EventStreamProvider<Event>('error')
PERSISTENT int

1
TEMPORARY int

0

Static Properties

instanceRuntimeType Type

read-only

Constructors

WorkerGlobalScope.internal_()

Properties

caches CacheStorage

read-only
console WorkerConsole

read-only
crypto Crypto

read-only
hashCode int

read-only, inherited
indexedDB IdbFactory

read-only
location → _WorkerLocation

read-only

read-only
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-only, inherited
onError Stream<Event>

Stream of error events handled by this WorkerGlobalScope.

read-only
performance WorkerPerformance

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
self WorkerGlobalScope

read-only

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

addEventListener(String type, EventListener listener(Event event), [bool useCapture]) → void

inherited
atob(String atob) String

btoa(String btoa) String

close() → void

dispatchEvent(Event event) bool

inherited
fetch(input, [Map init]) Future

importScripts(String urls) → void

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
removeEventListener(String type, EventListener listener(Event event), [bool useCapture]) → void

inherited
requestFileSystemSync(int type, int size) → _DOMFileSystemSync

resolveLocalFileSystemSyncUrl(String url) → _EntrySync

toString() String

Returns the result of the JavaScript objects toString method.

inherited
webkitRequestFileSystem(int type, int size) Future<FileSystem>

webkitResolveLocalFileSystemUrl(String url) Future<Entry>