@@ -282,7 +282,7 @@ added: v16.0.0
282282
283283Global alias for [ ` buffer.atob() ` ] [ ] .
284284
285- ## ` BroadcastChannel `
285+ ## Class: ` BroadcastChannel `
286286
287287<!-- YAML
288288added: v18.0.0
@@ -376,7 +376,7 @@ changes:
376376
377377A browser-compatible implementation of [ ` CountQueuingStrategy ` ] [ ] .
378378
379- ## ` Crypto `
379+ ## Class: ` Crypto `
380380
381381<!-- YAML
382382added:
@@ -412,7 +412,7 @@ changes:
412412
413413A browser-compatible implementation of the [ Web Crypto API] [ ] .
414414
415- ## ` CryptoKey `
415+ ## Class: ` CryptoKey `
416416
417417<!-- YAML
418418added:
@@ -431,7 +431,7 @@ A browser-compatible implementation of {CryptoKey}. This global is available
431431only 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
437437added:
@@ -467,7 +467,7 @@ changes:
467467
468468A browser-compatible implementation of [ ` DecompressionStream ` ] [ ] .
469469
470- ## ` Event `
470+ ## Class: ` Event `
471471
472472<!-- YAML
473473added: v15.0.0
@@ -484,7 +484,7 @@ changes:
484484A 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
490490added: v22.3.0
@@ -495,7 +495,7 @@ added: v22.3.0
495495
496496A browser-compatible implementation of {EventSource}.
497497
498- ## ` EventTarget `
498+ ## Class: ` EventTarget `
499499
500500<!-- YAML
501501added: 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
664664of a server, it is shared across all users and requests.
665665
666- ## ` MessageChannel `
666+ ## Class: ` MessageChannel `
667667
668668<!-- YAML
669669added: v15.0.0
@@ -675,7 +675,7 @@ added: v15.0.0
675675
676676The ` MessageChannel ` class. See [ ` MessageChannel ` ] [ ] for more details.
677677
678- ## ` MessageEvent `
678+ ## Class: ` MessageEvent `
679679
680680<!-- YAML
681681added: v15.0.0
@@ -687,7 +687,7 @@ added: v15.0.0
687687
688688A browser-compatible implementation of {MessageEvent}.
689689
690- ## ` MessagePort `
690+ ## Class: ` MessagePort `
691691
692692<!-- YAML
693693added: v15.0.0
@@ -703,7 +703,7 @@ The `MessagePort` class. See [`MessagePort`][] for more details.
703703
704704This variable may appear to be global but is not. See [ ` module ` ] [ ] .
705705
706- ## ` Navigator `
706+ ## Class: ` Navigator `
707707
708708<!-- YAML
709709added: v21.0.0
@@ -811,7 +811,7 @@ consisting of the runtime name and major version number.
811811console .log (` The user-agent is ${ navigator .userAgent } ` ); // Prints "Node.js/21"
812812```
813813
814- ## ` PerformanceEntry `
814+ ## Class: ` PerformanceEntry `
815815
816816<!-- YAML
817817added: v19.0.0
@@ -823,7 +823,7 @@ added: v19.0.0
823823
824824The ` PerformanceEntry ` class. See [ ` PerformanceEntry ` ] [ ] for more details.
825825
826- ## ` PerformanceMark `
826+ ## Class: ` PerformanceMark `
827827
828828<!-- YAML
829829added: v19.0.0
@@ -835,7 +835,7 @@ added: v19.0.0
835835
836836The ` PerformanceMark ` class. See [ ` PerformanceMark ` ] [ ] for more details.
837837
838- ## ` PerformanceMeasure `
838+ ## Class: ` PerformanceMeasure `
839839
840840<!-- YAML
841841added: v19.0.0
@@ -847,7 +847,7 @@ added: v19.0.0
847847
848848The ` PerformanceMeasure ` class. See [ ` PerformanceMeasure ` ] [ ] for more details.
849849
850- ## ` PerformanceObserver `
850+ ## Class: ` PerformanceObserver `
851851
852852<!-- YAML
853853added: v19.0.0
@@ -859,7 +859,7 @@ added: v19.0.0
859859
860860The ` PerformanceObserver ` class. See [ ` PerformanceObserver ` ] [ ] for more details.
861861
862- ## ` PerformanceObserverEntryList `
862+ ## Class: ` PerformanceObserverEntryList `
863863
864864<!-- YAML
865865added: v19.0.0
@@ -872,7 +872,7 @@ added: v19.0.0
872872The ` PerformanceObserverEntryList ` class. See
873873[ ` PerformanceObserverEntryList ` ] [ ] for more details.
874874
875- ## ` PerformanceResourceTiming `
875+ ## Class: ` PerformanceResourceTiming `
876876
877877<!-- YAML
878878added: v19.0.0
@@ -1027,7 +1027,7 @@ A browser-compatible implementation of [`ReadableStreamDefaultReader`][].
10271027
10281028This variable may appear to be global but is not. See [ ` require() ` ] [ ] .
10291029
1030- ## ` Response `
1030+ ## Class: ` Response `
10311031
10321032<!-- YAML
10331033added:
@@ -1047,7 +1047,7 @@ changes:
10471047
10481048A browser-compatible implementation of {Response}.
10491049
1050- ## ` Request `
1050+ ## Class: ` Request `
10511051
10521052<!-- YAML
10531053added:
@@ -1138,7 +1138,7 @@ added: v17.0.0
11381138
11391139The WHATWG [ ` structuredClone ` ] [ ] method.
11401140
1141- ## ` SubtleCrypto `
1141+ ## Class: ` SubtleCrypto `
11421142
11431143<!-- YAML
11441144added:
@@ -1157,7 +1157,7 @@ A browser-compatible implementation of {SubtleCrypto}. This global is available
11571157only 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
11631163added: v17.0.0
@@ -1169,7 +1169,7 @@ added: v17.0.0
11691169
11701170The WHATWG {DOMException} class.
11711171
1172- ## ` TextDecoder `
1172+ ## Class: ` TextDecoder `
11731173
11741174<!-- YAML
11751175added: v11.0.0
@@ -1193,7 +1193,7 @@ changes:
11931193
11941194A browser-compatible implementation of [ ` TextDecoderStream ` ] [ ] .
11951195
1196- ## ` TextEncoder `
1196+ ## Class: ` TextEncoder `
11971197
11981198<!-- YAML
11991199added: v11.0.0
@@ -1241,7 +1241,7 @@ changes:
12411241
12421242A browser-compatible implementation of [ ` TransformStreamDefaultController ` ] [ ] .
12431243
1244- ## ` URL `
1244+ ## Class: ` URL `
12451245
12461246<!-- YAML
12471247added: v10.0.0
@@ -1253,7 +1253,7 @@ added: v10.0.0
12531253
12541254The WHATWG ` URL ` class. See the [ ` URL ` ] [ ] section.
12551255
1256- ## ` URLSearchParams `
1256+ ## Class: ` URLSearchParams `
12571257
12581258<!-- YAML
12591259added: v10.0.0
@@ -1265,7 +1265,7 @@ added: v10.0.0
12651265
12661266The WHATWG ` URLSearchParams ` class. See the [ ` URLSearchParams ` ] [ ] section.
12671267
1268- ## ` WebAssembly `
1268+ ## Class: ` WebAssembly `
12691269
12701270<!-- YAML
12711271added: 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
12871287added:
0 commit comments