ServiceWorkerRegistration class

Annotations
  • DocsEditable()
  • DomName('ServiceWorkerRegistration')
  • Experimental()
Extends

Instance Properties

active _ServiceWorker
read-only
installing _ServiceWorker
read-only
scope String
read-only
waiting _ServiceWorker
read-only
on Events Inherited
read-only

Instance Methods

unregister() → Future
addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
dispatchEvent(Event event) → bool Inherited