Dart
dart:html
ServiceWorkerGlobalScope
onFetch property
onFetch
ServiceWorkerGlobalScope class
Properties
clients
onActivate
onFetch
onForeignfetch
onInstall
onMessage
registration
addressSpace
caches
crypto
hashCode
indexedDB
isSecureContext
location
navigator
on
onError
origin
performance
runtimeType
self
Methods
skipWaiting
addEventListener
atob
btoa
dispatchEvent
fetch
importScripts
noSuchMethod
removeEventListener
toString
Operators
operator ==
Constants
activateEvent
fetchEvent
foreignfetchEvent
installEvent
messageEvent
onFetch property
Stream
<
Event
>
onFetch
Implementation
Stream<Event> get onFetch => fetchEvent.forTarget(this);