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

Function testCompileStreamingRejectionUsingFetch

test/es-module/test-wasm-web-api.js:65–68  ·  view source on GitHub ↗
(responseCallback, rejection)

Source from the content-addressed store, hash-verified

63}
64
65function testCompileStreamingRejectionUsingFetch(responseCallback, rejection) {
66 return testCompileStreamingRejection(() => testRequest(responseCallback),
67 rejection);
68}
69
70(async () => {
71 // A non-Response should cause a TypeError.

Callers 1

Calls 2

testRequestFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…