ServiceWorkerRegistration$Typings extension

on

Properties

active ServiceWorker?

Available on ServiceWorkerRegistration, provided by the ServiceWorkerRegistration$Typings extension

MDN Reference
no setter
addEventListener → ({void Function<K$>(ServiceWorkerRegistrationEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on ServiceWorkerRegistration, provided by the ServiceWorkerRegistration$Typings extension

Overload accessor: $1, $2
no setter
getNotifications Future<List<Notification>> Function([GetNotificationOptions?])

Available on ServiceWorkerRegistration, provided by the ServiceWorkerRegistration$Typings extension

getter/setter pair
installing ServiceWorker?

Available on ServiceWorkerRegistration, provided by the ServiceWorkerRegistration$Typings extension

MDN Reference
no setter

Available on ServiceWorkerRegistration, provided by the ServiceWorkerRegistration$Typings extension

MDN Reference
no setter
onupdatefound ↔ dynamic Function(Event)?

Available on ServiceWorkerRegistration, provided by the ServiceWorkerRegistration$Typings extension

MDN Reference
getter/setter pair
pushManager PushManager

Available on ServiceWorkerRegistration, provided by the ServiceWorkerRegistration$Typings extension

MDN Reference
no setter
removeEventListener → ({void Function<K$>(ServiceWorkerRegistrationEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on ServiceWorkerRegistration, provided by the ServiceWorkerRegistration$Typings extension

Overload accessor: $1, $2
no setter
scope String

Available on ServiceWorkerRegistration, provided by the ServiceWorkerRegistration$Typings extension

MDN Reference
no setter
showNotification Future<void> Function(String, [NotificationOptions?])

Available on ServiceWorkerRegistration, provided by the ServiceWorkerRegistration$Typings extension

getter/setter pair
unregister Future<bool> Function()

Available on ServiceWorkerRegistration, provided by the ServiceWorkerRegistration$Typings extension

getter/setter pair
update Future<void> Function()

Available on ServiceWorkerRegistration, provided by the ServiceWorkerRegistration$Typings extension

getter/setter pair
updateViaCache ServiceWorkerUpdateViaCache

Available on ServiceWorkerRegistration, provided by the ServiceWorkerRegistration$Typings extension

MDN Reference
no setter
waiting ServiceWorker?

Available on ServiceWorkerRegistration, provided by the ServiceWorkerRegistration$Typings extension

MDN Reference
no setter