MCPcopy Create free account
hub / github.com/ChromeDevTools/chrome-devtools-mcp / headers

Function headers

tests/utils.ts:193–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 return options.resourceType ?? 'document';
192 },
193 headers(): Record<string, string> {
194 return (
195 options.headers ?? {
196 'content-size': '10',
197 }
198 );
199 },
200 redirectChain(): HTTPRequest[] {
201 // Puppeteer returns a fresh copy on every call (HTTPRequest returns
202 // `this._redirectChain.slice()`); mirror that so formatters can't share

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected