Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ in your Node.js process reading the `process.versions.undici` property.

You can use a custom dispatcher to dispatch requests passing it in fetch's options object.
The dispatcher must be compatible with `undici`'s
[`Dispatcher` class](https://undici.nodejs.org/#/docs/api/Dispatcher.md).
[`Dispatcher` class](https://undici.nodejs.org/api/Dispatcher).

```js
fetch(url, { dispatcher: new MyAgent() });
Expand Down
Loading