Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ChromeDevTools/chrome-devtools-mcp
/ appendResponseLine
Method
appendResponseLine
src/tools/ToolDefinition.ts:107–107 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
105
106
export
interface
Response {
107
appendResponseLine(value: string): void;
108
setHeapSnapshotAggregates(
109
aggregates: Record<
110
string,
Callers
15
executeThirdPartyDeveloperTool
Method · 0.65
input.ts
File · 0.65
network.ts
File · 0.65
extensions.ts
File · 0.65
performance.ts
File · 0.65
stopTracingAndAppendOutput
Function · 0.65
screenshot.ts
File · 0.65
emulation.ts
File · 0.65
webmcp.ts
File · 0.65
performEvaluation
Function · 0.65
pages.ts
File · 0.65
dialogHandler
Function · 0.65
Implementers
1
McpResponse
src/McpResponse.ts
Calls
no outgoing calls
Tested by
no test coverage detected