(enable: () => void, disable: () => void)
| 30 | isEnabled(): boolean; |
| 31 | emitProtocolEvent(eventName: string, params: object): void; |
| 32 | setupNetworkTracking(enable: () => void, disable: () => void): void; |
| 33 | console: Console; |
| 34 | Connection: InspectorConnectionConstructor; |
| 35 | MainThreadConnection: InspectorConnectionConstructor; |
no outgoing calls
no test coverage detected