Skip to content

Commit

Permalink
doc: fixed fetch md formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeisfoo committed Mar 3, 2025
1 parent 46347b7 commit 56ad6d0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,10 +559,11 @@ globalThis[Symbol.for('undici.globalDispatcher.1')] = yourDispatcher;
## Related classes

The following globals are available to use with `fetch`:
- [`FormData`](https://nodejs.org/api/globals.html#class-formdata)
- [`Headers`](https://nodejs.org/api/globals.html#class-headers)
- [`Request`](https://nodejs.org/api/globals.html#request)
- [`Response`](https://nodejs.org/api/globals.html#response).

* [`FormData`](https://nodejs.org/api/globals.html#class-formdata)
* [`Headers`](https://nodejs.org/api/globals.html#class-headers)
* [`Request`](https://nodejs.org/api/globals.html#request)
* [`Response`](https://nodejs.org/api/globals.html#response).

## Class: `File`

Expand Down

0 comments on commit 56ad6d0

Please sign in to comment.