@@ -284,7 +284,7 @@ added: v16.0.0
284
284
285
285
Global alias for [ ` buffer.atob() ` ] [ ] .
286
286
287
- ## ` BroadcastChannel `
287
+ ## Class: ` BroadcastChannel `
288
288
289
289
<!-- YAML
290
290
added: v18.0.0
@@ -340,7 +340,7 @@ added: v0.0.1
340
340
341
341
[ ` clearTimeout ` ] [ ] is described in the [ timers] [ ] section.
342
342
343
- ## ` CloseEvent `
343
+ ## Class: ` CloseEvent `
344
344
345
345
<!-- YAML
346
346
added: v23.0.0
@@ -395,7 +395,7 @@ changes:
395
395
396
396
A browser-compatible implementation of [ ` CountQueuingStrategy ` ] [ ] .
397
397
398
- ## ` Crypto `
398
+ ## Class: ` Crypto `
399
399
400
400
<!-- YAML
401
401
added:
@@ -435,7 +435,7 @@ changes:
435
435
436
436
A browser-compatible implementation of the [ Web Crypto API] [ ] .
437
437
438
- ## ` CryptoKey `
438
+ ## Class: ` CryptoKey `
439
439
440
440
<!-- YAML
441
441
added:
@@ -456,7 +456,7 @@ A browser-compatible implementation of {CryptoKey}. This global is available
456
456
only if the Node.js binary was compiled with including support for the
457
457
` node:crypto ` module.
458
458
459
- ## ` CustomEvent `
459
+ ## Class: ` CustomEvent `
460
460
461
461
<!-- YAML
462
462
added:
@@ -496,7 +496,7 @@ changes:
496
496
497
497
A browser-compatible implementation of [ ` DecompressionStream ` ] [ ] .
498
498
499
- ## ` Event `
499
+ ## Class: ` Event `
500
500
501
501
<!-- YAML
502
502
added: v15.0.0
@@ -513,7 +513,7 @@ changes:
513
513
A browser-compatible implementation of the ` Event ` class. See
514
514
[ ` EventTarget ` and ` Event ` API] [ ] for more details.
515
515
516
- ## ` EventSource `
516
+ ## Class: ` EventSource `
517
517
518
518
<!-- YAML
519
519
added:
@@ -526,7 +526,7 @@ added:
526
526
527
527
A browser-compatible implementation of {EventSource}.
528
528
529
- ## ` EventTarget `
529
+ ## Class: ` EventTarget `
530
530
531
531
<!-- YAML
532
532
added: v15.0.0
@@ -694,7 +694,7 @@ Enable this API with the [`--experimental-webstorage`][] CLI flag.
694
694
` localStorage ` data is not stored per user or per request when used in the context
695
695
of a server, it is shared across all users and requests.
696
696
697
- ## ` MessageChannel `
697
+ ## Class: ` MessageChannel `
698
698
699
699
<!-- YAML
700
700
added: v15.0.0
@@ -706,7 +706,7 @@ added: v15.0.0
706
706
707
707
The ` MessageChannel ` class. See [ ` MessageChannel ` ] [ ] for more details.
708
708
709
- ## ` MessageEvent `
709
+ ## Class: ` MessageEvent `
710
710
711
711
<!-- YAML
712
712
added: v15.0.0
@@ -718,7 +718,7 @@ added: v15.0.0
718
718
719
719
A browser-compatible implementation of {MessageEvent}.
720
720
721
- ## ` MessagePort `
721
+ ## Class: ` MessagePort `
722
722
723
723
<!-- YAML
724
724
added: v15.0.0
@@ -734,7 +734,7 @@ The `MessagePort` class. See [`MessagePort`][] for more details.
734
734
735
735
This variable may appear to be global but is not. See [ ` module ` ] [ ] .
736
736
737
- ## ` Navigator `
737
+ ## Class: ` Navigator `
738
738
739
739
<!-- YAML
740
740
added: v21.0.0
@@ -842,7 +842,7 @@ consisting of the runtime name and major version number.
842
842
console .log (` The user-agent is ${ navigator .userAgent } ` ); // Prints "Node.js/21"
843
843
```
844
844
845
- ## ` PerformanceEntry `
845
+ ## Class: ` PerformanceEntry `
846
846
847
847
<!-- YAML
848
848
added: v19.0.0
@@ -854,7 +854,7 @@ added: v19.0.0
854
854
855
855
The ` PerformanceEntry ` class. See [ ` PerformanceEntry ` ] [ ] for more details.
856
856
857
- ## ` PerformanceMark `
857
+ ## Class: ` PerformanceMark `
858
858
859
859
<!-- YAML
860
860
added: v19.0.0
@@ -866,7 +866,7 @@ added: v19.0.0
866
866
867
867
The ` PerformanceMark ` class. See [ ` PerformanceMark ` ] [ ] for more details.
868
868
869
- ## ` PerformanceMeasure `
869
+ ## Class: ` PerformanceMeasure `
870
870
871
871
<!-- YAML
872
872
added: v19.0.0
@@ -878,7 +878,7 @@ added: v19.0.0
878
878
879
879
The ` PerformanceMeasure ` class. See [ ` PerformanceMeasure ` ] [ ] for more details.
880
880
881
- ## ` PerformanceObserver `
881
+ ## Class: ` PerformanceObserver `
882
882
883
883
<!-- YAML
884
884
added: v19.0.0
@@ -890,7 +890,7 @@ added: v19.0.0
890
890
891
891
The ` PerformanceObserver ` class. See [ ` PerformanceObserver ` ] [ ] for more details.
892
892
893
- ## ` PerformanceObserverEntryList `
893
+ ## Class: ` PerformanceObserverEntryList `
894
894
895
895
<!-- YAML
896
896
added: v19.0.0
@@ -903,7 +903,7 @@ added: v19.0.0
903
903
The ` PerformanceObserverEntryList ` class. See
904
904
[ ` PerformanceObserverEntryList ` ] [ ] for more details.
905
905
906
- ## ` PerformanceResourceTiming `
906
+ ## Class: ` PerformanceResourceTiming `
907
907
908
908
<!-- YAML
909
909
added: v19.0.0
@@ -1070,7 +1070,7 @@ A browser-compatible implementation of [`ReadableStreamDefaultReader`][].
1070
1070
1071
1071
This variable may appear to be global but is not. See [ ` require() ` ] [ ] .
1072
1072
1073
- ## ` Response `
1073
+ ## Class: ` Response `
1074
1074
1075
1075
<!-- YAML
1076
1076
added:
@@ -1090,7 +1090,7 @@ changes:
1090
1090
1091
1091
A browser-compatible implementation of {Response}.
1092
1092
1093
- ## ` Request `
1093
+ ## Class: ` Request `
1094
1094
1095
1095
<!-- YAML
1096
1096
added:
@@ -1181,7 +1181,7 @@ added: v17.0.0
1181
1181
1182
1182
The WHATWG [ ` structuredClone ` ] [ ] method.
1183
1183
1184
- ## ` SubtleCrypto `
1184
+ ## Class: ` SubtleCrypto `
1185
1185
1186
1186
<!-- YAML
1187
1187
added:
@@ -1199,7 +1199,7 @@ A browser-compatible implementation of {SubtleCrypto}. This global is available
1199
1199
only if the Node.js binary was compiled with including support for the
1200
1200
` node:crypto ` module.
1201
1201
1202
- ## ` DOMException `
1202
+ ## Class: ` DOMException `
1203
1203
1204
1204
<!-- YAML
1205
1205
added: v17.0.0
@@ -1211,7 +1211,7 @@ added: v17.0.0
1211
1211
1212
1212
The WHATWG {DOMException} class.
1213
1213
1214
- ## ` TextDecoder `
1214
+ ## Class: ` TextDecoder `
1215
1215
1216
1216
<!-- YAML
1217
1217
added: v11.0.0
@@ -1237,7 +1237,7 @@ changes:
1237
1237
1238
1238
A browser-compatible implementation of [ ` TextDecoderStream ` ] [ ] .
1239
1239
1240
- ## ` TextEncoder `
1240
+ ## Class: ` TextEncoder `
1241
1241
1242
1242
<!-- YAML
1243
1243
added: v11.0.0
@@ -1291,7 +1291,7 @@ changes:
1291
1291
1292
1292
A browser-compatible implementation of [ ` TransformStreamDefaultController ` ] [ ] .
1293
1293
1294
- ## ` URL `
1294
+ ## Class: ` URL `
1295
1295
1296
1296
<!-- YAML
1297
1297
added: v10.0.0
@@ -1303,7 +1303,7 @@ added: v10.0.0
1303
1303
1304
1304
The WHATWG ` URL ` class. See the [ ` URL ` ] [ ] section.
1305
1305
1306
- ## ` URLPattern `
1306
+ ## Class: ` URLPattern `
1307
1307
1308
1308
<!-- YAML
1309
1309
added: v24.0.0
@@ -1315,7 +1315,7 @@ added: v24.0.0
1315
1315
1316
1316
The WHATWG ` URLPattern ` class. See the [ ` URLPattern ` ] [ ] section.
1317
1317
1318
- ## ` URLSearchParams `
1318
+ ## Class: ` URLSearchParams `
1319
1319
1320
1320
<!-- YAML
1321
1321
added: v10.0.0
@@ -1327,7 +1327,7 @@ added: v10.0.0
1327
1327
1328
1328
The WHATWG ` URLSearchParams ` class. See the [ ` URLSearchParams ` ] [ ] section.
1329
1329
1330
- ## ` WebAssembly `
1330
+ ## Class: ` WebAssembly `
1331
1331
1332
1332
<!-- YAML
1333
1333
added: v8.0.0
@@ -1343,7 +1343,7 @@ The object that acts as the namespace for all W3C
1343
1343
[ WebAssembly] [ webassembly-org ] related functionality. See the
1344
1344
[ Mozilla Developer Network] [ webassembly-mdn ] for usage and compatibility.
1345
1345
1346
- ## ` WebSocket `
1346
+ ## Class: ` WebSocket `
1347
1347
1348
1348
<!-- YAML
1349
1349
added:
0 commit comments