SERVICE_WORKER_CONTENT_ACCESS constant

WebViewFeature const SERVICE_WORKER_CONTENT_ACCESS

Feature for isFeatureSupported. This feature covers ServiceWorkerController.setAllowContentAccess and ServiceWorkerController.getAllowContentAccess.

Implementation

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