You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation is based upon [undici](https://undici.nodejs.org), an HTTP/1.1 client
573
+
written from scratch for Node.js. You can figure out which version of `undici` is bundled
574
+
in your Node.js process reading the `process.versions.undici` property.
575
+
576
+
## Custom dispatcher
577
+
578
+
You can use a custom dispatcher to dispatch requests passing it in fetch's options object.
0 commit comments