ServiceWorkerGlobalScope$Typings extension

on

Properties

addEventListener → ({void Function<K$>(ServiceWorkerGlobalScopeEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})
Overload accessor: $1, $2
no setter
clients Clients
MDN Reference
no setter
onactivate ↔ dynamic Function(ExtendableEvent)?
MDN Reference
getter/setter pair
onfetch ↔ dynamic Function(FetchEvent)?
MDN Reference
getter/setter pair
oninstall ↔ dynamic Function(ExtendableEvent)?
MDN Reference
getter/setter pair
onmessage ↔ dynamic Function(ExtendableMessageEvent)?
MDN Reference
getter/setter pair
onmessageerror ↔ dynamic Function(MessageEvent)?
MDN Reference
getter/setter pair
onnotificationclick ↔ dynamic Function(NotificationEvent)?
MDN Reference
getter/setter pair
onnotificationclose ↔ dynamic Function(NotificationEvent)?
MDN Reference
getter/setter pair
onpush ↔ dynamic Function(PushEvent)?
MDN Reference
getter/setter pair
onpushsubscriptionchange ↔ dynamic Function(Event)?
MDN Reference
getter/setter pair
registration ServiceWorkerRegistration
MDN Reference
no setter
removeEventListener → ({void Function<K$>(ServiceWorkerGlobalScopeEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})
Overload accessor: $1, $2
no setter
serviceWorker ServiceWorker
no setter
skipWaiting Future<void> Function()
getter/setter pair