Skip to content

Commit 4a738fd

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent d9660b3 commit 4a738fd

29 files changed

+25437
-1489
lines changed

baselines/audioworklet.generated.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ declare var CountQueuingStrategy: {
374374
};
375375

376376
/**
377-
* The **`CustomEvent`** interface represents events initialized by an application for any purpose.
377+
* The **`CustomEvent`** interface can be used to attach custom data to an event generated by an application.
378378
*
379379
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomEvent)
380380
*/
@@ -1122,7 +1122,7 @@ declare var TextDecoderStream: {
11221122
};
11231123

11241124
/**
1125-
* The **`TextEncoder`** interface takes a stream of code points as input and emits a stream of UTF-8 bytes.
1125+
* The **`TextEncoder`** interface takes a string as input and encodes it using UTF-8.
11261126
*
11271127
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoder)
11281128
*/

0 commit comments

Comments
 (0)