updateViaCache property

Implementation

ServiceWorkerUpdateViaCache get updateViaCache =>
    ServiceWorkerUpdateViaCache.fromValue(
        js_util.getProperty(this, 'updateViaCache'));
void updateViaCache=(ServiceWorkerUpdateViaCache newValue)

Implementation

set updateViaCache(ServiceWorkerUpdateViaCache newValue) {
  js_util.setProperty(this, 'updateViaCache', newValue.value);
}