Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
12
export
interface
Logger {
13
info(obj: object, msg?: string): void;
14
error(obj: object, msg?: string): void;
15
}
16
Callers
15
handleDownloadArchive
Method · 0.80
executeWithRetry
Method · 0.80
getTimezone
Method · 0.80
launch
Method · 0.80
getSessionData
Method · 0.80
extractLocalStorage
Method · 0.80
extractSessionStorage
Method · 0.80
constructor
Method · 0.80
handleNewTarget
Method · 0.80
handlePageRequest
Method · 0.80
shutdown
Method · 0.80
launchInternal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected