dart:html
ServiceWorkerGlobalScope class
- Inheritance
-
- Annotations
-
- @Native("ServiceWorkerGlobalScope")
Properties
- addressSpace → String?
read-only, inherited
- caches → CacheStorage?
read-only, inherited
- clients → Clients?
read-only
- crypto → Crypto?
read-only, inherited
- hashCode → int
read-only, inherited
- The hash code for this object.
- indexedDB → IdbFactory?
read-only, inherited
- isSecureContext → bool?
read-only, inherited
- location → _WorkerLocation
read-only, inherited
- navigator → _WorkerNavigator
read-only, inherited
- on → Events
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.
- onActivate → Stream<Event>
read-only
- onError → Stream<Event>
read-only, inherited
- Stream of
error events handled by this WorkerGlobalScope. - onFetch → Stream<Event>
read-only
- onForeignfetch → Stream<ForeignFetchEvent>
read-only
- onInstall → Stream<Event>
read-only
- onMessage → Stream<MessageEvent>
read-only
- origin → String?
read-only, inherited
- performance → WorkerPerformance?
read-only, inherited
- registration → ServiceWorkerRegistration?
read-only
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
- self → WorkerGlobalScope
read-only, inherited
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
inherited
- Invoked when a non-existent method or property is accessed.
- removeEventListener(String type, EventListener? listener, [bool? useCapture]) → void
inherited
- skipWaiting() → Future
- toString() → String
inherited
- A string representation of this object.
Operators
- operator ==(Object other) → bool
inherited
- The equality operator.
Static Properties
- instance → ServiceWorkerGlobalScope
read-only, override
Constants
- activateEvent → const EventStreamProvider<Event>
-
const EventStreamProvider<Event>('activate')
- fetchEvent → const EventStreamProvider<Event>
-
const EventStreamProvider<Event>('fetch')
- foreignfetchEvent → const EventStreamProvider<ForeignFetchEvent>
-
const EventStreamProvider<ForeignFetchEvent>('foreignfetch')
- installEvent → const EventStreamProvider<Event>
-
const EventStreamProvider<Event>('install')
- messageEvent → const EventStreamProvider<MessageEvent>
-
const EventStreamProvider<MessageEvent>('message')