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
510
+
written from scratch for Node.js. You can figure out which version of `undici` is bundled
511
+
in your Node.js process reading the `process.versions.undici` property.
512
+
513
+
## Custom dispatcher
514
+
515
+
You can use a custom dispatcher to dispatch requests passing it in fetch's options object.
0 commit comments