| 9 | import type {PredefinedNetworkConditions} from './third_party/index.js'; |
| 10 | |
| 11 | export class WaitForHelper { |
| 12 | #abortController = new AbortController(); |
| 13 | #page: CdpPage; |
| 14 | #stableDomTimeout: number; |
nothing calls this directly
no outgoing calls
no test coverage detected