SERVICE_WORKER_CACHE_MODE constant

WebViewFeature const SERVICE_WORKER_CACHE_MODE

Feature for isFeatureSupported. This feature covers ServiceWorkerController.setCacheMode and ServiceWorkerController.getCacheMode.

Implementation

static const SERVICE_WORKER_CACHE_MODE = WebViewFeature._internal(
  'SERVICE_WORKER_CACHE_MODE',
  'SERVICE_WORKER_CACHE_MODE',
);