@@ -36,7 +36,7 @@ changes:
36
36
<!-- type=global -->
37
37
38
38
A utility class used to signal cancelation in selected ` Promise ` -based APIs.
39
- The API is based on the Web API [ ` AbortController ` ] [ ] .
39
+ The API is based on the Web API { AbortController} .
40
40
41
41
``` js
42
42
const ac = new AbortController ();
@@ -350,9 +350,7 @@ added: v23.0.0
350
350
351
351
<!-- type=global -->
352
352
353
- The ` CloseEvent ` class. See [ ` CloseEvent ` ] [ ] for more details.
354
-
355
- A browser-compatible implementation of [ ` CloseEvent ` ] [ ] . Disable this API
353
+ A browser-compatible implementation of {CloseEvent}. Disable this API
356
354
with the [ ` --no-experimental-websocket ` ] [ ] CLI flag.
357
355
358
356
## Class: ` CompressionStream `
@@ -482,7 +480,7 @@ changes:
482
480
483
481
<!-- type=global -->
484
482
485
- A browser-compatible implementation of the [ ` CustomEvent ` Web API ] [ ] .
483
+ A browser-compatible implementation of { CustomEvent} .
486
484
487
485
## Class: ` DecompressionStream `
488
486
@@ -526,7 +524,7 @@ added:
526
524
> Stability: 1 - Experimental. Enable this API with the [ ` --experimental-eventsource ` ] [ ]
527
525
> CLI flag.
528
526
529
- A browser-compatible implementation of the [ ` EventSource ` ] [ ] class .
527
+ A browser-compatible implementation of { EventSource} .
530
528
531
529
## ` EventTarget `
532
530
@@ -718,7 +716,7 @@ added: v15.0.0
718
716
719
717
<!-- type=global -->
720
718
721
- The ` MessageEvent ` class. See [ ` MessageEvent ` ] [ ] for more details .
719
+ A browser-compatible implementation of { MessageEvent} .
722
720
723
721
## ` MessagePort `
724
722
@@ -1166,10 +1164,10 @@ added: v0.0.1
1166
1164
added: v22.4.0
1167
1165
-->
1168
1166
1169
- > Stability: 1.0 - Early development.
1167
+ > Stability: 1.0 - Early development. Enable this API with the
1168
+ > [ ` --experimental-webstorage ` ] [ ] CLI flag.
1170
1169
1171
- A browser-compatible implementation of [ ` Storage ` ] [ ] . Enable this API with the
1172
- [ ` --experimental-webstorage ` ] [ ] CLI flag.
1170
+ A browser-compatible implementation of {Storage}.
1173
1171
1174
1172
## ` structuredClone(value[, options]) `
1175
1173
@@ -1211,7 +1209,7 @@ added: v17.0.0
1211
1209
1212
1210
<!-- type=global -->
1213
1211
1214
- The WHATWG ` DOMException ` class. See [ ` DOMException ` ] [ ] for more details .
1212
+ The WHATWG { DOMException} class.
1215
1213
1216
1214
## ` TextDecoder `
1217
1215
@@ -1362,7 +1360,7 @@ changes:
1362
1360
1363
1361
> Stability: 2 - Stable
1364
1362
1365
- A browser-compatible implementation of [ ` WebSocket ` ] [ ] . Disable this API
1363
+ A browser-compatible implementation of { WebSocket} . Disable this API
1366
1364
with the [ ` --no-experimental-websocket ` ] [ ] CLI flag.
1367
1365
1368
1366
## Class: ` WritableStream `
@@ -1418,18 +1416,12 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
1418
1416
[ `--localstorage-file` ] : cli.md#--localstorage-filefile
1419
1417
[ `--no-experimental-global-navigator` ] : cli.md#--no-experimental-global-navigator
1420
1418
[ `--no-experimental-websocket` ] : cli.md#--no-experimental-websocket
1421
- [ `AbortController` ] : https://developer.mozilla.org/en-US/docs/Web/API/AbortController
1422
1419
[ `ByteLengthQueuingStrategy` ] : webstreams.md#class-bytelengthqueuingstrategy
1423
- [ `CloseEvent` ] : https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent/CloseEvent
1424
1420
[ `CompressionStream` ] : webstreams.md#class-compressionstream
1425
1421
[ `CountQueuingStrategy` ] : webstreams.md#class-countqueuingstrategy
1426
- [ `CustomEvent` Web API ] : https://dom.spec.whatwg.org/#customevent
1427
- [ `DOMException` ] : https://developer.mozilla.org/en-US/docs/Web/API/DOMException
1428
1422
[ `DecompressionStream` ] : webstreams.md#class-decompressionstream
1429
- [ `EventSource` ] : https://developer.mozilla.org/en-US/docs/Web/API/EventSource
1430
1423
[ `EventTarget` and `Event` API ] : events.md#eventtarget-and-event-api
1431
1424
[ `MessageChannel` ] : worker_threads.md#class-messagechannel
1432
- [ `MessageEvent` ] : https://developer.mozilla.org/en-US/docs/Web/API/MessageEvent/MessageEvent
1433
1425
[ `MessagePort` ] : worker_threads.md#class-messageport
1434
1426
[ `PerformanceEntry` ] : perf_hooks.md#class-performanceentry
1435
1427
[ `PerformanceMark` ] : perf_hooks.md#class-performancemark
@@ -1443,7 +1435,6 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
1443
1435
[ `ReadableStreamDefaultController` ] : webstreams.md#class-readablestreamdefaultcontroller
1444
1436
[ `ReadableStreamDefaultReader` ] : webstreams.md#class-readablestreamdefaultreader
1445
1437
[ `ReadableStream` ] : webstreams.md#class-readablestream
1446
- [ `Storage` ] : https://developer.mozilla.org/en-US/docs/Web/API/Storage
1447
1438
[ `TextDecoderStream` ] : webstreams.md#class-textdecoderstream
1448
1439
[ `TextDecoder` ] : util.md#class-utiltextdecoder
1449
1440
[ `TextEncoderStream` ] : webstreams.md#class-textencoderstream
@@ -1453,7 +1444,6 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
1453
1444
[ `URLPattern` ] : url.md#class-urlpattern
1454
1445
[ `URLSearchParams` ] : url.md#class-urlsearchparams
1455
1446
[ `URL` ] : url.md#class-url
1456
- [ `WebSocket` ] : https://developer.mozilla.org/en-US/docs/Web/API/WebSocket
1457
1447
[ `WritableStreamDefaultController` ] : webstreams.md#class-writablestreamdefaultcontroller
1458
1448
[ `WritableStreamDefaultWriter` ] : webstreams.md#class-writablestreamdefaultwriter
1459
1449
[ `WritableStream` ] : webstreams.md#class-writablestream
0 commit comments