Skip to content

Commit 5f4c7a9

Browse files
committed
doc: add missing Class: mentions
PR-URL: #58931 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ilyas Shabi <ilyasshabi94@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent c855310 commit 5f4c7a9

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

doc/api/globals.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ added: v16.0.0
282282
283283
Global alias for [`buffer.atob()`][].
284284

285-
## `BroadcastChannel`
285+
## Class: `BroadcastChannel`
286286

287287
<!-- YAML
288288
added: v18.0.0
@@ -376,7 +376,7 @@ changes:
376376

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

379-
## `Crypto`
379+
## Class: `Crypto`
380380

381381
<!-- YAML
382382
added:
@@ -412,7 +412,7 @@ changes:
412412
413413
A browser-compatible implementation of the [Web Crypto API][].
414414

415-
## `CryptoKey`
415+
## Class: `CryptoKey`
416416

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

434-
## `CustomEvent`
434+
## Class: `CustomEvent`
435435

436436
<!-- YAML
437437
added:
@@ -467,7 +467,7 @@ changes:
467467

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

470-
## `Event`
470+
## Class: `Event`
471471

472472
<!-- YAML
473473
added: v15.0.0
@@ -484,7 +484,7 @@ changes:
484484
A browser-compatible implementation of the `Event` class. See
485485
[`EventTarget` and `Event` API][] for more details.
486486

487-
## `EventSource`
487+
## Class: `EventSource`
488488

489489
<!-- YAML
490490
added: v22.3.0
@@ -495,7 +495,7 @@ added: v22.3.0
495495
496496
A browser-compatible implementation of {EventSource}.
497497

498-
## `EventTarget`
498+
## Class: `EventTarget`
499499

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

666-
## `MessageChannel`
666+
## Class: `MessageChannel`
667667

668668
<!-- YAML
669669
added: v15.0.0
@@ -675,7 +675,7 @@ added: v15.0.0
675675

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

678-
## `MessageEvent`
678+
## Class: `MessageEvent`
679679

680680
<!-- YAML
681681
added: v15.0.0
@@ -687,7 +687,7 @@ added: v15.0.0
687687

688688
A browser-compatible implementation of {MessageEvent}.
689689

690-
## `MessagePort`
690+
## Class: `MessagePort`
691691

692692
<!-- YAML
693693
added: v15.0.0
@@ -703,7 +703,7 @@ The `MessagePort` class. See [`MessagePort`][] for more details.
703703

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

706-
## `Navigator`
706+
## Class: `Navigator`
707707

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

814-
## `PerformanceEntry`
814+
## Class: `PerformanceEntry`
815815

816816
<!-- YAML
817817
added: v19.0.0
@@ -823,7 +823,7 @@ added: v19.0.0
823823

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

826-
## `PerformanceMark`
826+
## Class: `PerformanceMark`
827827

828828
<!-- YAML
829829
added: v19.0.0
@@ -835,7 +835,7 @@ added: v19.0.0
835835

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

838-
## `PerformanceMeasure`
838+
## Class: `PerformanceMeasure`
839839

840840
<!-- YAML
841841
added: v19.0.0
@@ -847,7 +847,7 @@ added: v19.0.0
847847

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

850-
## `PerformanceObserver`
850+
## Class: `PerformanceObserver`
851851

852852
<!-- YAML
853853
added: v19.0.0
@@ -859,7 +859,7 @@ added: v19.0.0
859859

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

862-
## `PerformanceObserverEntryList`
862+
## Class: `PerformanceObserverEntryList`
863863

864864
<!-- YAML
865865
added: v19.0.0
@@ -872,7 +872,7 @@ added: v19.0.0
872872
The `PerformanceObserverEntryList` class. See
873873
[`PerformanceObserverEntryList`][] for more details.
874874

875-
## `PerformanceResourceTiming`
875+
## Class: `PerformanceResourceTiming`
876876

877877
<!-- YAML
878878
added: v19.0.0
@@ -1027,7 +1027,7 @@ A browser-compatible implementation of [`ReadableStreamDefaultReader`][].
10271027

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

1030-
## `Response`
1030+
## Class: `Response`
10311031

10321032
<!-- YAML
10331033
added:
@@ -1047,7 +1047,7 @@ changes:
10471047
10481048
A browser-compatible implementation of {Response}.
10491049

1050-
## `Request`
1050+
## Class: `Request`
10511051

10521052
<!-- YAML
10531053
added:
@@ -1138,7 +1138,7 @@ added: v17.0.0
11381138

11391139
The WHATWG [`structuredClone`][] method.
11401140

1141-
## `SubtleCrypto`
1141+
## Class: `SubtleCrypto`
11421142

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

1160-
## `DOMException`
1160+
## Class: `DOMException`
11611161

11621162
<!-- YAML
11631163
added: v17.0.0
@@ -1169,7 +1169,7 @@ added: v17.0.0
11691169

11701170
The WHATWG {DOMException} class.
11711171

1172-
## `TextDecoder`
1172+
## Class: `TextDecoder`
11731173

11741174
<!-- YAML
11751175
added: v11.0.0
@@ -1193,7 +1193,7 @@ changes:
11931193

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

1196-
## `TextEncoder`
1196+
## Class: `TextEncoder`
11971197

11981198
<!-- YAML
11991199
added: v11.0.0
@@ -1241,7 +1241,7 @@ changes:
12411241

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

1244-
## `URL`
1244+
## Class: `URL`
12451245

12461246
<!-- YAML
12471247
added: v10.0.0
@@ -1253,7 +1253,7 @@ added: v10.0.0
12531253

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

1256-
## `URLSearchParams`
1256+
## Class: `URLSearchParams`
12571257

12581258
<!-- YAML
12591259
added: v10.0.0
@@ -1265,7 +1265,7 @@ added: v10.0.0
12651265

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

1268-
## `WebAssembly`
1268+
## Class: `WebAssembly`
12691269

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

1284-
## `WebSocket`
1284+
## Class: `WebSocket`
12851285

12861286
<!-- YAML
12871287
added:

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4232,7 +4232,7 @@ added:
42324232
42334233
Set the maximum number of idle HTTP parsers.
42344234
4235-
## `WebSocket`
4235+
## Class: `WebSocket`
42364236
42374237
<!-- YAML
42384238
added:

0 commit comments

Comments
 (0)