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

Function method

tests/utils.ts:217–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215 return options.url ?? 'http://example.com';
216 },
217 method() {
218 return options.method ?? 'GET';
219 },
220 fetchPostData() {
221 return options.fetchPostData ?? Promise.reject();
222 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected