Skip to content

Commit a7a4870

Browse files
aduh95RafaelGSS
authored andcommitted
doc: add missing Class: mentions
PR-URL: #58931 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ilyas Shabi <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
1 parent adb950c commit a7a4870

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

doc/api/globals.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ added: v16.0.0
284284
285285
Global alias for [`buffer.atob()`][].
286286

287-
## `BroadcastChannel`
287+
## Class: `BroadcastChannel`
288288

289289
<!-- YAML
290290
added: v18.0.0
@@ -340,7 +340,7 @@ added: v0.0.1
340340

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

343-
## `CloseEvent`
343+
## Class: `CloseEvent`
344344

345345
<!-- YAML
346346
added: v23.0.0
@@ -395,7 +395,7 @@ changes:
395395

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

398-
## `Crypto`
398+
## Class: `Crypto`
399399

400400
<!-- YAML
401401
added:
@@ -435,7 +435,7 @@ changes:
435435
436436
A browser-compatible implementation of the [Web Crypto API][].
437437

438-
## `CryptoKey`
438+
## Class: `CryptoKey`
439439

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

459-
## `CustomEvent`
459+
## Class: `CustomEvent`
460460

461461
<!-- YAML
462462
added:
@@ -496,7 +496,7 @@ changes:
496496

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

499-
## `Event`
499+
## Class: `Event`
500500

501501
<!-- YAML
502502
added: v15.0.0
@@ -513,7 +513,7 @@ changes:
513513
A browser-compatible implementation of the `Event` class. See
514514
[`EventTarget` and `Event` API][] for more details.
515515

516-
## `EventSource`
516+
## Class: `EventSource`
517517

518518
<!-- YAML
519519
added:
@@ -526,7 +526,7 @@ added:
526526
527527
A browser-compatible implementation of {EventSource}.
528528

529-
## `EventTarget`
529+
## Class: `EventTarget`
530530

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

697-
## `MessageChannel`
697+
## Class: `MessageChannel`
698698

699699
<!-- YAML
700700
added: v15.0.0
@@ -706,7 +706,7 @@ added: v15.0.0
706706

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

709-
## `MessageEvent`
709+
## Class: `MessageEvent`
710710

711711
<!-- YAML
712712
added: v15.0.0
@@ -718,7 +718,7 @@ added: v15.0.0
718718

719719
A browser-compatible implementation of {MessageEvent}.
720720

721-
## `MessagePort`
721+
## Class: `MessagePort`
722722

723723
<!-- YAML
724724
added: v15.0.0
@@ -734,7 +734,7 @@ The `MessagePort` class. See [`MessagePort`][] for more details.
734734

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

737-
## `Navigator`
737+
## Class: `Navigator`
738738

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

845-
## `PerformanceEntry`
845+
## Class: `PerformanceEntry`
846846

847847
<!-- YAML
848848
added: v19.0.0
@@ -854,7 +854,7 @@ added: v19.0.0
854854

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

857-
## `PerformanceMark`
857+
## Class: `PerformanceMark`
858858

859859
<!-- YAML
860860
added: v19.0.0
@@ -866,7 +866,7 @@ added: v19.0.0
866866

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

869-
## `PerformanceMeasure`
869+
## Class: `PerformanceMeasure`
870870

871871
<!-- YAML
872872
added: v19.0.0
@@ -878,7 +878,7 @@ added: v19.0.0
878878

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

881-
## `PerformanceObserver`
881+
## Class: `PerformanceObserver`
882882

883883
<!-- YAML
884884
added: v19.0.0
@@ -890,7 +890,7 @@ added: v19.0.0
890890

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

893-
## `PerformanceObserverEntryList`
893+
## Class: `PerformanceObserverEntryList`
894894

895895
<!-- YAML
896896
added: v19.0.0
@@ -903,7 +903,7 @@ added: v19.0.0
903903
The `PerformanceObserverEntryList` class. See
904904
[`PerformanceObserverEntryList`][] for more details.
905905

906-
## `PerformanceResourceTiming`
906+
## Class: `PerformanceResourceTiming`
907907

908908
<!-- YAML
909909
added: v19.0.0
@@ -1070,7 +1070,7 @@ A browser-compatible implementation of [`ReadableStreamDefaultReader`][].
10701070

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

1073-
## `Response`
1073+
## Class: `Response`
10741074

10751075
<!-- YAML
10761076
added:
@@ -1090,7 +1090,7 @@ changes:
10901090
10911091
A browser-compatible implementation of {Response}.
10921092

1093-
## `Request`
1093+
## Class: `Request`
10941094

10951095
<!-- YAML
10961096
added:
@@ -1181,7 +1181,7 @@ added: v17.0.0
11811181

11821182
The WHATWG [`structuredClone`][] method.
11831183

1184-
## `SubtleCrypto`
1184+
## Class: `SubtleCrypto`
11851185

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

1202-
## `DOMException`
1202+
## Class: `DOMException`
12031203

12041204
<!-- YAML
12051205
added: v17.0.0
@@ -1211,7 +1211,7 @@ added: v17.0.0
12111211

12121212
The WHATWG {DOMException} class.
12131213

1214-
## `TextDecoder`
1214+
## Class: `TextDecoder`
12151215

12161216
<!-- YAML
12171217
added: v11.0.0
@@ -1237,7 +1237,7 @@ changes:
12371237

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

1240-
## `TextEncoder`
1240+
## Class: `TextEncoder`
12411241

12421242
<!-- YAML
12431243
added: v11.0.0
@@ -1291,7 +1291,7 @@ changes:
12911291

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

1294-
## `URL`
1294+
## Class: `URL`
12951295

12961296
<!-- YAML
12971297
added: v10.0.0
@@ -1303,7 +1303,7 @@ added: v10.0.0
13031303

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

1306-
## `URLPattern`
1306+
## Class: `URLPattern`
13071307

13081308
<!-- YAML
13091309
added: v24.0.0
@@ -1315,7 +1315,7 @@ added: v24.0.0
13151315

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

1318-
## `URLSearchParams`
1318+
## Class: `URLSearchParams`
13191319

13201320
<!-- YAML
13211321
added: v10.0.0
@@ -1327,7 +1327,7 @@ added: v10.0.0
13271327

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

1330-
## `WebAssembly`
1330+
## Class: `WebAssembly`
13311331

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

1346-
## `WebSocket`
1346+
## Class: `WebSocket`
13471347

13481348
<!-- YAML
13491349
added:

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4234,7 +4234,7 @@ added:
42344234
42354235
Set the maximum number of idle HTTP parsers.
42364236
4237-
## `WebSocket`
4237+
## Class: `WebSocket`
42384238
42394239
<!-- YAML
42404240
added:

0 commit comments

Comments
 (0)