SERVICE_WORKER_FILE_ACCESS constant

WebViewFeature const SERVICE_WORKER_FILE_ACCESS

Feature for isFeatureSupported. This feature covers ServiceWorkerController.setAllowFileAccess and ServiceWorkerController.getAllowFileAccess.

Implementation

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