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

Function method

tests/utils.ts:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 return options.url ?? 'http://example.com';
171 },
172 method() {
173 return options.method ?? 'GET';
174 },
175 fetchPostData() {
176 return options.fetchPostData ?? Promise.reject();
177 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected