ServiceWorkerGlobalScope class

Inheritance
Annotations
  • @Native('ServiceWorkerGlobalScope')

Properties

addressSpace → String?
no setterinherited
caches → CacheStorage?
no setterinherited
clients → Clients?
no setter
crypto → Crypto?
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
indexedDB → IdbFactory?
no setterinherited
isSecureContext → bool?
no setterinherited
location → Location
no setterinherited
no setterinherited
on → Events
no setterinherited
onActivate → Stream<Event>
no setter
onError → Stream<Event>
Stream of error events handled by this WorkerGlobalScope.
no setterinherited
onFetch → Stream<Event>
no setter
onForeignfetch → Stream<ForeignFetchEvent>
no setter
onInstall → Stream<Event>
no setter
onMessage → Stream<MessageEvent>
no setter
origin → String?
no setterinherited
performance → WorkerPerformance?
no setterinherited
registration → ServiceWorkerRegistration?
no setter
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
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
skipWaiting() → Future
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Properties

instance → ServiceWorkerGlobalScope
no setter