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

Function postData

tests/utils.ts:181–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179 return options.hasPostData ?? false;
180 },
181 postData() {
182 return options.postData;
183 },
184 response() {
185 return options.response ?? null;
186 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected