Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChromeDevTools/chrome-devtools-mcp
/ fetchPostData
Function
fetchPostData
tests/utils.ts:220–222 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
return
options.method ??
'GET'
;
219
},
220
fetchPostData() {
221
return
options.fetchPostData ?? Promise.reject();
222
},
223
hasPostData() {
224
return
options.hasPostData ?? false;
225
},
Callers
nothing calls this directly
Calls
1
reject
Method · 0.80
Tested by
no test coverage detected