ServiceWorkerContainer class
The interface of the Service Worker API provides an object
representing the service worker as an overall unit in the network
ecosystem, including facilities to register, unregister and
update service workers, and access the state of service workers
and their registrations.
Most importantly, it exposes the
ServiceWorkerContainer.register()
method used to register
service workers, and the ServiceWorkerContainer.controller
property used to determine whether or not the current page is
actively controlled.
EventTarget
ServiceWorkerContainer
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- ServiceWorkerContainer()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited