Not documented.

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

Properties

active → _ServiceWorker
read-only

installing → _ServiceWorker
read-only

on Events
read-only, inherited

This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.

scope String
read-only

waiting → _ServiceWorker
read-only

Methods

addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited

dispatchEvent(Event event) → bool
inherited

removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited

unregister() → Future