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

Function lazyUndici

lib/internal/wasm_web_api.js:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11let undici;
12function lazyUndici() {
13 return undici ??= require('internal/deps/undici/undici');
14}
15
16// This is essentially an implementation of a v8::WasmStreamingCallback, except
17// that it is implemented in JavaScript because the fetch() implementation is

Callers 1

wasmStreamingCallbackFunction · 0.70

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…