MCPcopy Index your code
hub / github.com/nodejs/node / crossOriginResourcePolicyCheck

Function crossOriginResourcePolicyCheck

deps/undici/src/lib/web/fetch/util.js:213–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211
212// https://fetch.spec.whatwg.org/#cross-origin-resource-policy-check
213function crossOriginResourcePolicyCheck () {
214 // TODO
215 return 'allowed'
216}
217
218// https://fetch.spec.whatwg.org/#concept-cors-check
219function corsCheck () {

Callers 1

httpFetchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected