We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade40a2 commit 54e07f5Copy full SHA for 54e07f5
packages/server/lib/browsers/browser-cri-client.ts
@@ -7,7 +7,8 @@ import { _connectAsync, _getDelayMsForRetry } from './protocol'
7
import * as errors from '../errors'
8
import { create, CriClient, DEFAULT_NETWORK_ENABLE_OPTIONS } from './cri-client'
9
import type { ProtocolManagerShape } from '@packages/types'
10
-import { ServiceWorkerFetchHandler, serviceWorkerFetchEventHandler, serviceWorkerFetchEventHandlerName } from '@packages/proxy/lib/http/util/service-worker'
+import { serviceWorkerFetchEventHandler, serviceWorkerFetchEventHandlerName } from '@packages/proxy/lib/http/util/service-worker'
11
+import type { ServiceWorkerFetchHandler } from '@packages/proxy/lib/http/util/service-worker'
12
13
const debug = Debug('cypress:server:browsers:browser-cri-client')
14
0 commit comments