Skip to content

doc: add missing Class: mentions #58931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 4, 2025
Merged
Show file tree
Hide file tree
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
58 changes: 29 additions & 29 deletions doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ added: v16.0.0

Global alias for [`buffer.atob()`][].

## `BroadcastChannel`
## Class: `BroadcastChannel`

<!-- YAML
added: v18.0.0
Expand Down Expand Up @@ -340,7 +340,7 @@ added: v0.0.1

[`clearTimeout`][] is described in the [timers][] section.

## `CloseEvent`
## Class: `CloseEvent`

<!-- YAML
added: v23.0.0
Expand Down Expand Up @@ -397,7 +397,7 @@ changes:

A browser-compatible implementation of [`CountQueuingStrategy`][].

## `Crypto`
## Class: `Crypto`

<!-- YAML
added:
Expand Down Expand Up @@ -437,7 +437,7 @@ changes:

A browser-compatible implementation of the [Web Crypto API][].

## `CryptoKey`
## Class: `CryptoKey`

<!-- YAML
added:
Expand All @@ -458,7 +458,7 @@ A browser-compatible implementation of {CryptoKey}. This global is available
only if the Node.js binary was compiled with including support for the
`node:crypto` module.

## `CustomEvent`
## Class: `CustomEvent`

<!-- YAML
added:
Expand Down Expand Up @@ -498,7 +498,7 @@ changes:

A browser-compatible implementation of [`DecompressionStream`][].

## `Event`
## Class: `Event`

<!-- YAML
added: v15.0.0
Expand All @@ -515,7 +515,7 @@ changes:
A browser-compatible implementation of the `Event` class. See
[`EventTarget` and `Event` API][] for more details.

## `EventSource`
## Class: `EventSource`

<!-- YAML
added:
Expand All @@ -528,7 +528,7 @@ added:

A browser-compatible implementation of the [`EventSource`][] class.

## `EventTarget`
## Class: `EventTarget`

<!-- YAML
added: v15.0.0
Expand Down Expand Up @@ -696,7 +696,7 @@ Enable this API with the [`--experimental-webstorage`][] CLI flag.
`localStorage` data is not stored per user or per request when used in the context
of a server, it is shared across all users and requests.

## `MessageChannel`
## Class: `MessageChannel`

<!-- YAML
added: v15.0.0
Expand All @@ -708,7 +708,7 @@ added: v15.0.0

The `MessageChannel` class. See [`MessageChannel`][] for more details.

## `MessageEvent`
## Class: `MessageEvent`

<!-- YAML
added: v15.0.0
Expand All @@ -720,7 +720,7 @@ added: v15.0.0

The `MessageEvent` class. See [`MessageEvent`][] for more details.

## `MessagePort`
## Class: `MessagePort`

<!-- YAML
added: v15.0.0
Expand All @@ -736,7 +736,7 @@ The `MessagePort` class. See [`MessagePort`][] for more details.

This variable may appear to be global but is not. See [`module`][].

## `Navigator`
## Class: `Navigator`

<!-- YAML
added: v21.0.0
Expand Down Expand Up @@ -844,7 +844,7 @@ consisting of the runtime name and major version number.
console.log(`The user-agent is ${navigator.userAgent}`); // Prints "Node.js/21"
```

## `PerformanceEntry`
## Class: `PerformanceEntry`

<!-- YAML
added: v19.0.0
Expand All @@ -856,7 +856,7 @@ added: v19.0.0

The `PerformanceEntry` class. See [`PerformanceEntry`][] for more details.

## `PerformanceMark`
## Class: `PerformanceMark`

<!-- YAML
added: v19.0.0
Expand All @@ -868,7 +868,7 @@ added: v19.0.0

The `PerformanceMark` class. See [`PerformanceMark`][] for more details.

## `PerformanceMeasure`
## Class: `PerformanceMeasure`

<!-- YAML
added: v19.0.0
Expand All @@ -880,7 +880,7 @@ added: v19.0.0

The `PerformanceMeasure` class. See [`PerformanceMeasure`][] for more details.

## `PerformanceObserver`
## Class: `PerformanceObserver`

<!-- YAML
added: v19.0.0
Expand All @@ -892,7 +892,7 @@ added: v19.0.0

The `PerformanceObserver` class. See [`PerformanceObserver`][] for more details.

## `PerformanceObserverEntryList`
## Class: `PerformanceObserverEntryList`

<!-- YAML
added: v19.0.0
Expand All @@ -905,7 +905,7 @@ added: v19.0.0
The `PerformanceObserverEntryList` class. See
[`PerformanceObserverEntryList`][] for more details.

## `PerformanceResourceTiming`
## Class: `PerformanceResourceTiming`

<!-- YAML
added: v19.0.0
Expand Down Expand Up @@ -1072,7 +1072,7 @@ A browser-compatible implementation of [`ReadableStreamDefaultReader`][].

This variable may appear to be global but is not. See [`require()`][].

## `Response`
## Class: `Response`

<!-- YAML
added:
Expand All @@ -1092,7 +1092,7 @@ changes:

A browser-compatible implementation of {Response}.

## `Request`
## Class: `Request`

<!-- YAML
added:
Expand Down Expand Up @@ -1183,7 +1183,7 @@ added: v17.0.0

The WHATWG [`structuredClone`][] method.

## `SubtleCrypto`
## Class: `SubtleCrypto`

<!-- YAML
added:
Expand All @@ -1201,7 +1201,7 @@ A browser-compatible implementation of {SubtleCrypto}. This global is available
only if the Node.js binary was compiled with including support for the
`node:crypto` module.

## `DOMException`
## Class: `DOMException`

<!-- YAML
added: v17.0.0
Expand All @@ -1213,7 +1213,7 @@ added: v17.0.0

The WHATWG `DOMException` class. See [`DOMException`][] for more details.

## `TextDecoder`
## Class: `TextDecoder`

<!-- YAML
added: v11.0.0
Expand All @@ -1239,7 +1239,7 @@ changes:

A browser-compatible implementation of [`TextDecoderStream`][].

## `TextEncoder`
## Class: `TextEncoder`

<!-- YAML
added: v11.0.0
Expand Down Expand Up @@ -1293,7 +1293,7 @@ changes:

A browser-compatible implementation of [`TransformStreamDefaultController`][].

## `URL`
## Class: `URL`

<!-- YAML
added: v10.0.0
Expand All @@ -1305,7 +1305,7 @@ added: v10.0.0

The WHATWG `URL` class. See the [`URL`][] section.

## `URLPattern`
## Class: `URLPattern`

<!-- YAML
added: v24.0.0
Expand All @@ -1317,7 +1317,7 @@ added: v24.0.0

The WHATWG `URLPattern` class. See the [`URLPattern`][] section.

## `URLSearchParams`
## Class: `URLSearchParams`

<!-- YAML
added: v10.0.0
Expand All @@ -1329,7 +1329,7 @@ added: v10.0.0

The WHATWG `URLSearchParams` class. See the [`URLSearchParams`][] section.

## `WebAssembly`
## Class: `WebAssembly`

<!-- YAML
added: v8.0.0
Expand All @@ -1345,7 +1345,7 @@ The object that acts as the namespace for all W3C
[WebAssembly][webassembly-org] related functionality. See the
[Mozilla Developer Network][webassembly-mdn] for usage and compatibility.

## `WebSocket`
## Class: `WebSocket`

<!-- YAML
added:
Expand Down
2 changes: 1 addition & 1 deletion doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -4234,7 +4234,7 @@ added:

Set the maximum number of idle HTTP parsers.

## `WebSocket`
## Class: `WebSocket`

<!-- YAML
added:
Expand Down
Loading