MCPcopy
hub / github.com/steel-dev/steel-browser / info

Method info

api/src/services/cdp/instrumentation/browser-logger.ts:13–13  ·  view source on GitHub ↗
(obj: object, msg?: string)

Source from the content-addressed store, hash-verified

11 */
12export interface Logger {
13 info(obj: object, msg?: string): void;
14 error(obj: object, msg?: string): void;
15}
16

Callers 15

handleDownloadArchiveMethod · 0.80
executeWithRetryMethod · 0.80
getTimezoneMethod · 0.80
launchMethod · 0.80
getSessionDataMethod · 0.80
extractLocalStorageMethod · 0.80
extractSessionStorageMethod · 0.80
constructorMethod · 0.80
handleNewTargetMethod · 0.80
handlePageRequestMethod · 0.80
shutdownMethod · 0.80
launchInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected