m4e_sdk
dart:html
ServiceWorkerRegistration
update method
update
m4e_sdk
dart:html
ServiceWorkerRegistration
update method
ServiceWorkerRegistration class
Properties
active
backgroundFetch
installing
navigationPreload
paymentManager
pushManager
scope
sync
waiting
hashCode
on
runtimeType
Methods
getNotifications
showNotification
unregister
update
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
toString
Operators
operator ==
update
method
Future
update
(
)
Implementation
Future update() => promiseToFuture(JS("", "#.update()", this));