| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 546e0e7 commit 03e9c73
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -571,7 +571,7 @@ in your Node.js process reading the `process.versions.undici` property. | |||
| 571 | 571 | ||
| 572 | 572 | You can use a custom dispatcher to dispatch requests passing it in fetch's options object. | |
| 573 | 573 | The dispatcher must be compatible with `undici`'s | |
| 574 | - [`Dispatcher` class](https://undici.nodejs.org/#/docs/api/Dispatcher.md). | ||
| 574 | + [`Dispatcher` class](https://undici.nodejs.org/api/Dispatcher). | ||
| 575 | 575 | ||
| 576 | 576 | ```js | |
| 577 | 577 | fetch(url, { dispatcher: new MyAgent() }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments