Skip to content
Merged
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
4 changes: 2 additions & 2 deletions doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ added: v20.0.0

See {File}.

## Class `FormData`
## Class: `FormData`

<!-- YAML
added:
Expand Down Expand Up @@ -660,7 +660,7 @@ the global scope; `var something` inside a Node.js module will be local to that
module, regardless of whether it is a [CommonJS module][] or an
[ECMAScript module][].

## Class `Headers`
## Class: `Headers`

<!-- YAML
added:
Expand Down
Loading