ServiceWorkerGlobalScope class Null safety

Inheritance
Annotations
  • @Native("ServiceWorkerGlobalScope")

Properties

addressSpace → String?
read-onlyinherited
caches → CacheStorage?
read-onlyinherited
clients → Clients?
read-only
crypto → Crypto?
read-onlyinherited
hashCode → int
The hash code for this object.
read-onlyinherited
indexedDB → IdbFactory?
read-onlyinherited
isSecureContext → bool?
read-onlyinherited
location → _WorkerLocation
read-onlyinherited
read-onlyinherited
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-onlyinherited
onActivate → Stream<Event>
read-only
onError → Stream<Event>
Stream of error events handled by this WorkerGlobalScope.
read-onlyinherited
onFetch → Stream<Event>
read-only
onForeignfetch → Stream<ForeignFetchEvent>
read-only
onInstall → Stream<Event>
read-only
onMessage → Stream<MessageEvent>
read-only
origin → String?
read-onlyinherited
performance → WorkerPerformance?
read-onlyinherited
registration → ServiceWorkerRegistration?
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
self → WorkerGlobalScope
read-onlyinherited

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 non-existent 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
read-only

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