menu
Dart
dart:html
ServiceWorkerGlobalScope
onFetch property
onFetch
brightness_4
brightness_5
description
onFetch
property
Stream
<
Event
>
onFetch
Implementation
Stream<Event> get onFetch => fetchEvent.forTarget(this);
Dart
dart:html
ServiceWorkerGlobalScope
onFetch property
ServiceWorkerGlobalScope class