MCPcopy Index your code
hub / github.com/nodejs/node / setupNetworkTracking

Method setupNetworkTracking

typings/internalBinding/inspector.d.ts:32–32  ·  view source on GitHub ↗
(enable: () => void, disable: () => void)

Source from the content-addressed store, hash-verified

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;

Callers 1

setupNetworkInspectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected