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

Function fetchPostData

tests/utils.ts:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 return options.method ?? 'GET';
174 },
175 fetchPostData() {
176 return options.fetchPostData ?? Promise.reject();
177 },
178 hasPostData() {
179 return options.hasPostData ?? false;
180 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected