Dart
dart:html
ServiceWorkerGlobalScope
skipWaiting method
skipWaiting
ServiceWorkerGlobalScope class
Properties
clients
onActivate
onFetch
onForeignfetch
onInstall
onMessage
registration
addressSpace
caches
crypto
hashCode
indexedDB
isSecureContext
location
navigator
on
onError
origin
performance
runtimeType
self
Methods
skipWaiting
addEventListener
atob
btoa
dispatchEvent
fetch
importScripts
noSuchMethod
removeEventListener
toString
Operators
operator ==
Constants
activateEvent
fetchEvent
foreignfetchEvent
installEvent
messageEvent
skipWaiting method
Future
skipWaiting
(
)
Implementation
Future skipWaiting() => promiseToFuture(JS("", "#.skipWaiting()", this));