* Installs the policy on the given CDP API.
(cdp: Cdp.Api)
| 19 | * Installs the policy on the given CDP API. |
| 20 | */ |
| 21 | connect(cdp: Cdp.Api): Promise<IDisposable>; |
| 22 | } |
| 23 | |
| 24 | const disabled: IAsyncStackPolicy = { connect: async () => noOpDisposable }; |
no outgoing calls
no test coverage detected