SERVICE_WORKER_SHOULD_INTERCEPT_REQUEST constant

WebViewFeature const SERVICE_WORKER_SHOULD_INTERCEPT_REQUEST

Feature for isFeatureSupported. This feature covers ServiceWorkerClient.shouldInterceptRequest.

Implementation

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