MCPcopy
hub / github.com/heroku/react-refetch / buildRequest

Function buildRequest

src/utils/checkTypes.js:15–17  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

13
14const checks = {
15 buildRequest(fn) {
16 typecheck('function', 'buildRequest', fn)
17 },
18
19 credentials(str) {
20 const allowed = [ 'omit', 'same-origin', 'include' ]

Callers

nothing calls this directly

Calls 1

typecheckFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…