MCPcopy Create free account
hub / github.com/ChromeDevTools/chrome-devtools-mcp /

Class

src/WaitForHelper.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import type {PredefinedNetworkConditions} from './third_party/index.js';
10
11export class WaitForHelper {
12 #abortController = new AbortController();
13 #page: CdpPage;
14 #stableDomTimeout: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected