Dart API Reference
dart:html
ServiceWorkerRegistration
ServiceWorkerRegistration
class
Annotated by:
DocsEditable()
DomName('ServiceWorkerRegistration')
Experimental()
Extends:
EventTarget
Object
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
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
removeEventListener
Inherited
(
String
type
,
dynamic
listener
(
Event
event
)
, [
bool
useCapture
] ) →
void
dispatchEvent
Inherited
(
Event
event
) →
bool