PropsServiceWorkerRegistration extension

on

Properties

active ServiceWorker?

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

no setter
backgroundFetch BackgroundFetchManager

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

no setter
cookies CookieStoreManager

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

no setter
index ContentIndex

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

no setter
installing ServiceWorker?

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

no setter

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

no setter
onupdatefound EventHandlerNonNull<Event>?

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

getter/setter pair
paymentManager PaymentManager

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

no setter
periodicSync PeriodicSyncManager

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

no setter
pushManager PushManager

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

no setter
scope String

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

no setter
sync SyncManager

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

no setter
updateViaCache ServiceWorkerUpdateViaCache

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

no setter
waiting ServiceWorker?

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

no setter

Methods

getNotifications([GetNotificationOptions? filter]) Future<Iterable<Notification>>

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

showNotification(String title, [NotificationOptions? options]) Future<void>

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

unregister() Future<bool>

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension

update() Future<void>

Available on ServiceWorkerRegistration, provided by the PropsServiceWorkerRegistration extension