Not documented.
- Annotations
- DocsEditable()
- DomName('ServiceWorkerRegistration')
- Experimental()
- Extends
- Object
- EventTarget
- ServiceWorkerRegistration
Properties
- _ServiceWorker active
-
read-only
- _ServiceWorker installing
-
read-only
- Events on
-
read-only, inheritedThis is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
- String scope
-
read-only
- _ServiceWorker waiting
-
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