Constructors
constructor
Parameters
Properties
inspector
inspector: any
session
session: any
Methods
destroy
Returns Promise<void>
hasSession
Returns boolean
sendCommand
- sendCommand(method: string, params?: object): Promise<any>
Parameters
method: string
Optional params: object
Returns Promise<any>
startProfiling
- startProfiling(): Promise<void> | Promise<[any, any, any]>
Returns Promise<void> | Promise<[any, any, any]>
stopProfiling
- stopProfiling(): Promise<{ profile: any }>
Returns Promise<{ profile: any }>