@@ -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 ();
@@ -453,7 +453,7 @@ changes:
453
453
454
454
<!-- type=global -->
455
455
456
- A browser-compatible implementation of the [ ` CustomEvent ` Web API ] [ ] .
456
+ A browser-compatible implementation of { CustomEvent} .
457
457
458
458
## Class: ` DecompressionStream `
459
459
@@ -493,7 +493,7 @@ added: v22.3.0
493
493
> Stability: 1 - Experimental. Enable this API with the [ ` --experimental-eventsource ` ] [ ]
494
494
> CLI flag.
495
495
496
- A browser-compatible implementation of the [ ` EventSource ` ] [ ] class .
496
+ A browser-compatible implementation of { EventSource} .
497
497
498
498
## ` EventTarget `
499
499
@@ -685,7 +685,7 @@ added: v15.0.0
685
685
686
686
<!-- type=global -->
687
687
688
- The ` MessageEvent ` class. See [ ` MessageEvent ` ] [ ] for more details .
688
+ A browser-compatible implementation of { MessageEvent} .
689
689
690
690
## ` MessagePort `
691
691
@@ -1121,10 +1121,10 @@ added: v0.0.1
1121
1121
added: v22.4.0
1122
1122
-->
1123
1123
1124
- > Stability: 1.0 - Early development.
1124
+ > Stability: 1.0 - Early development. Enable this API with the
1125
+ > [ ` --experimental-webstorage ` ] [ ] CLI flag.
1125
1126
1126
- A browser-compatible implementation of [ ` Storage ` ] [ ] . Enable this API with the
1127
- [ ` --experimental-webstorage ` ] [ ] CLI flag.
1127
+ A browser-compatible implementation of {Storage}.
1128
1128
1129
1129
## ` structuredClone(value[, options]) `
1130
1130
@@ -1167,7 +1167,7 @@ added: v17.0.0
1167
1167
1168
1168
<!-- type=global -->
1169
1169
1170
- The WHATWG ` DOMException ` class. See [ ` DOMException ` ] [ ] for more details .
1170
+ The WHATWG { DOMException} class.
1171
1171
1172
1172
## ` TextDecoder `
1173
1173
@@ -1298,7 +1298,7 @@ changes:
1298
1298
1299
1299
> Stability: 2 - Stable
1300
1300
1301
- A browser-compatible implementation of [ ` WebSocket ` ] [ ] . Disable this API
1301
+ A browser-compatible implementation of { WebSocket} . Disable this API
1302
1302
with the [ ` --no-experimental-websocket ` ] [ ] CLI flag.
1303
1303
1304
1304
## Class: ` WritableStream `
@@ -1350,17 +1350,12 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
1350
1350
[ `--no-experimental-global-navigator` ] : cli.md#--no-experimental-global-navigator
1351
1351
[ `--no-experimental-global-webcrypto` ] : cli.md#--no-experimental-global-webcrypto
1352
1352
[ `--no-experimental-websocket` ] : cli.md#--no-experimental-websocket
1353
- [ `AbortController` ] : https://developer.mozilla.org/en-US/docs/Web/API/AbortController
1354
1353
[ `ByteLengthQueuingStrategy` ] : webstreams.md#class-bytelengthqueuingstrategy
1355
1354
[ `CompressionStream` ] : webstreams.md#class-compressionstream
1356
1355
[ `CountQueuingStrategy` ] : webstreams.md#class-countqueuingstrategy
1357
- [ `CustomEvent` Web API ] : https://dom.spec.whatwg.org/#customevent
1358
- [ `DOMException` ] : https://developer.mozilla.org/en-US/docs/Web/API/DOMException
1359
1356
[ `DecompressionStream` ] : webstreams.md#class-decompressionstream
1360
- [ `EventSource` ] : https://developer.mozilla.org/en-US/docs/Web/API/EventSource
1361
1357
[ `EventTarget` and `Event` API ] : events.md#eventtarget-and-event-api
1362
1358
[ `MessageChannel` ] : worker_threads.md#class-messagechannel
1363
- [ `MessageEvent` ] : https://developer.mozilla.org/en-US/docs/Web/API/MessageEvent/MessageEvent
1364
1359
[ `MessagePort` ] : worker_threads.md#class-messageport
1365
1360
[ `PerformanceEntry` ] : perf_hooks.md#class-performanceentry
1366
1361
[ `PerformanceMark` ] : perf_hooks.md#class-performancemark
@@ -1374,7 +1369,6 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
1374
1369
[ `ReadableStreamDefaultController` ] : webstreams.md#class-readablestreamdefaultcontroller
1375
1370
[ `ReadableStreamDefaultReader` ] : webstreams.md#class-readablestreamdefaultreader
1376
1371
[ `ReadableStream` ] : webstreams.md#class-readablestream
1377
- [ `Storage` ] : https://developer.mozilla.org/en-US/docs/Web/API/Storage
1378
1372
[ `TextDecoderStream` ] : webstreams.md#class-textdecoderstream
1379
1373
[ `TextDecoder` ] : util.md#class-utiltextdecoder
1380
1374
[ `TextEncoderStream` ] : webstreams.md#class-textencoderstream
@@ -1383,7 +1377,6 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
1383
1377
[ `TransformStream` ] : webstreams.md#class-transformstream
1384
1378
[ `URLSearchParams` ] : url.md#class-urlsearchparams
1385
1379
[ `URL` ] : url.md#class-url
1386
- [ `WebSocket` ] : https://developer.mozilla.org/en-US/docs/Web/API/WebSocket
1387
1380
[ `WritableStreamDefaultController` ] : webstreams.md#class-writablestreamdefaultcontroller
1388
1381
[ `WritableStreamDefaultWriter` ] : webstreams.md#class-writablestreamdefaultwriter
1389
1382
[ `WritableStream` ] : webstreams.md#class-writablestream
0 commit comments