ServiceWorkerGlobalScope class

Inheritance
Annotations
  • @Native("ServiceWorkerGlobalScope")

Properties

addressSpaceString?
read-only, inherited
cachesCacheStorage?
read-only, inherited
clientsClients?
read-only
cryptoCrypto?
read-only, inherited
hashCodeint
read-only, inherited
The hash code for this object. [...]
indexedDBIdbFactory?
read-only, inherited
isSecureContextbool?
read-only, inherited
location → _WorkerLocation
read-only, 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.
onActivateStream<Event>
read-only
onErrorStream<Event>
read-only, inherited
Stream of error events handled by this WorkerGlobalScope.
onFetchStream<Event>
read-only
onForeignfetchStream<ForeignFetchEvent>
read-only
onInstallStream<Event>
read-only
onMessageStream<MessageEvent>
read-only
originString?
read-only, inherited
performanceWorkerPerformance?
read-only, inherited
registrationServiceWorkerRegistration?
read-only
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.
selfWorkerGlobalScope
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

instanceServiceWorkerGlobalScope
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')

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