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