state property

Implementation

ServiceWorkerState get state =>
    ServiceWorkerState.fromValue(js_util.getProperty(this, 'state'));