Skip to content

Commit b1b97fc

Browse files
authored
Merge branch 'main' into method-signature
2 parents aea1bf4 + 8517969 commit b1b97fc

36 files changed

+27152
-17335
lines changed

baselines/dom.generated.d.ts

Lines changed: 2251 additions & 449 deletions
Large diffs are not rendered by default.

baselines/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3756,7 +3756,7 @@ interface FileReader extends EventTarget {
37563756
*
37573757
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
37583758
*/
3759-
readonly readyState: typeof FileReader.EMPTY | typeof FileReader.LOADING | typeof FileReader.DONE;
3759+
readonly readyState: 0 | 1 | 2;
37603760
/**
37613761
* The **`result`** read-only property of the FileReader interface returns the file's contents. This property is only valid after the read operation is complete, and the format of the data depends on which of the methods was used to initiate the read operation.
37623762
*

baselines/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3401,7 +3401,7 @@ interface FileReader extends EventTarget {
34013401
*
34023402
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
34033403
*/
3404-
readonly readyState: typeof FileReader.EMPTY | typeof FileReader.LOADING | typeof FileReader.DONE;
3404+
readonly readyState: 0 | 1 | 2;
34053405
/**
34063406
* The **`result`** read-only property of the FileReader interface returns the file's contents. This property is only valid after the read operation is complete, and the format of the data depends on which of the methods was used to initiate the read operation.
34073407
*

baselines/ts5.5/dom.generated.d.ts

Lines changed: 2251 additions & 449 deletions
Large diffs are not rendered by default.

baselines/ts5.5/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3753,7 +3753,7 @@ interface FileReader extends EventTarget {
37533753
*
37543754
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
37553755
*/
3756-
readonly readyState: typeof FileReader.EMPTY | typeof FileReader.LOADING | typeof FileReader.DONE;
3756+
readonly readyState: 0 | 1 | 2;
37573757
/**
37583758
* The **`result`** read-only property of the FileReader interface returns the file's contents. This property is only valid after the read operation is complete, and the format of the data depends on which of the methods was used to initiate the read operation.
37593759
*

baselines/ts5.5/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3398,7 +3398,7 @@ interface FileReader extends EventTarget {
33983398
*
33993399
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
34003400
*/
3401-
readonly readyState: typeof FileReader.EMPTY | typeof FileReader.LOADING | typeof FileReader.DONE;
3401+
readonly readyState: 0 | 1 | 2;
34023402
/**
34033403
* The **`result`** read-only property of the FileReader interface returns the file's contents. This property is only valid after the read operation is complete, and the format of the data depends on which of the methods was used to initiate the read operation.
34043404
*

baselines/ts5.5/webworker.generated.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4351,7 +4351,7 @@ interface FileReader extends EventTarget {
43514351
*
43524352
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
43534353
*/
4354-
readonly readyState: typeof FileReader.EMPTY | typeof FileReader.LOADING | typeof FileReader.DONE;
4354+
readonly readyState: 0 | 1 | 2;
43554355
/**
43564356
* The **`result`** read-only property of the FileReader interface returns the file's contents. This property is only valid after the read operation is complete, and the format of the data depends on which of the methods was used to initiate the read operation.
43574357
*
@@ -5773,6 +5773,7 @@ declare var ImageDecoder: {
57735773

57745774
/**
57755775
* The **`ImageTrack`** interface of the WebCodecs API represents an individual image track.
5776+
* Available only in secure contexts.
57765777
*
57775778
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrack)
57785779
*/
@@ -5810,6 +5811,7 @@ declare var ImageTrack: {
58105811

58115812
/**
58125813
* The **`ImageTrackList`** interface of the WebCodecs API represents a list of image tracks.
5814+
* Available only in secure contexts.
58135815
*
58145816
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrackList)
58155817
*/

baselines/ts5.6/dom.generated.d.ts

Lines changed: 2251 additions & 449 deletions
Large diffs are not rendered by default.

baselines/ts5.6/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3753,7 +3753,7 @@ interface FileReader extends EventTarget {
37533753
*
37543754
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
37553755
*/
3756-
readonly readyState: typeof FileReader.EMPTY | typeof FileReader.LOADING | typeof FileReader.DONE;
3756+
readonly readyState: 0 | 1 | 2;
37573757
/**
37583758
* The **`result`** read-only property of the FileReader interface returns the file's contents. This property is only valid after the read operation is complete, and the format of the data depends on which of the methods was used to initiate the read operation.
37593759
*

baselines/ts5.6/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3398,7 +3398,7 @@ interface FileReader extends EventTarget {
33983398
*
33993399
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
34003400
*/
3401-
readonly readyState: typeof FileReader.EMPTY | typeof FileReader.LOADING | typeof FileReader.DONE;
3401+
readonly readyState: 0 | 1 | 2;
34023402
/**
34033403
* The **`result`** read-only property of the FileReader interface returns the file's contents. This property is only valid after the read operation is complete, and the format of the data depends on which of the methods was used to initiate the read operation.
34043404
*

0 commit comments

Comments
 (0)