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