()
| 10 | |
| 11 | let undici; |
| 12 | function 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 |
no test coverage detected
searching dependent graphs…