Is there a reason why Node.js doesn't expose the undici module? #2371
Replies: 1 comment 5 replies
-
TL;DR: The release schedule is not compatible between projects. The biggest issue with doing that is the release cadence of Take the |
Beta Was this translation helpful? Give feedback.
-
Considering that for fine-tuned use of built-in
fetch()
(aka. undici) we need to use dispatchers etc, is there a reason why Node.js doesn't re-export the built-in undici module?If we want to use those features such as dispatchers, we need to install our own (duplicate) undici dependency, which is a bit of a shame given that it is already built in to Node.js. Also, conceivably, our userland-installed dependency may not be compatible with the built in one.
Beta Was this translation helpful? Give feedback.
All reactions