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
indexedDB IdbFactory

read-only
location → _WorkerLocation

read-only

read-only
onError Stream<Event>

Stream of error events handled by this WorkerGlobalScope.

read-only
performance WorkerPerformance

read-only
self WorkerGlobalScope

read-only
hashCode int

read-only, inherited
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
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

atob(String atob) String

DocsEditable(), DomName('WorkerGlobalScope.atob'), Experimental()
btoa(String btoa) String

DocsEditable(), DomName('WorkerGlobalScope.btoa'), Experimental()
close() → void

DocsEditable(), DomName('WorkerGlobalScope.close'), Experimental()
fetch(input, [ Map init ]) Future

importScripts(String urls) → void

DocsEditable(), DomName('WorkerGlobalScope.importScripts'), Experimental()
requestFileSystemSync(int type, int size) → _DOMFileSystemSync

DocsEditable(), DomName('WorkerGlobalScope.webkitRequestFileSystemSync'), Experimental(), SupportedBrowser(SupportedBrowser.CHROME), SupportedBrowser(SupportedBrowser.SAFARI)
resolveLocalFileSystemSyncUrl(String url) → _EntrySync

DocsEditable(), DomName('WorkerGlobalScope.webkitResolveLocalFileSystemSyncURL'), Experimental(), SupportedBrowser(SupportedBrowser.CHROME), SupportedBrowser(SupportedBrowser.SAFARI)
webkitRequestFileSystem(int type, int size) Future<FileSystem>

webkitResolveLocalFileSystemUrl(String url) Future<Entry>

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

inherited
dispatchEvent(Event event) bool

DocsEditable(), DomName('EventTarget.dispatchEvent'), inherited
noSuchMethod(Invocation invocation) → dynamic

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

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

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited