Skip to content

Commit 05186dd

Browse files
Update core dependencies (#2411)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent 38e19ed commit 05186dd

21 files changed

+33
-33
lines changed

baselines/audioworklet.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ declare namespace WebAssembly {
15731573
*
15741574
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
15751575
*/
1576-
getArg(index: number): any;
1576+
getArg(exceptionTag: Tag, index: number): any;
15771577
/**
15781578
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
15791579
*

baselines/dom.generated.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37767,7 +37767,7 @@ interface ViewTransition {
3776737767
*
3776837768
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ViewTransition/types)
3776937769
*/
37770-
types: ViewTransitionTypeSet;
37770+
readonly types: ViewTransitionTypeSet;
3777137771
/**
3777237772
* The **`updateCallbackDone`** read-only property of the ViewTransition interface is a Promise that fulfills when the promise returned by the document.startViewTransition() method's callback fulfills, or rejects when it rejects.
3777337773
*
@@ -42133,7 +42133,7 @@ declare namespace WebAssembly {
4213342133
*
4213442134
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
4213542135
*/
42136-
getArg(index: number): any;
42136+
getArg(exceptionTag: Tag, index: number): any;
4213742137
/**
4213842138
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
4213942139
*

baselines/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12345,7 +12345,7 @@ declare namespace WebAssembly {
1234512345
*
1234612346
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
1234712347
*/
12348-
getArg(index: number): any;
12348+
getArg(exceptionTag: Tag, index: number): any;
1234912349
/**
1235012350
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
1235112351
*

baselines/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12058,7 +12058,7 @@ declare namespace WebAssembly {
1205812058
*
1205912059
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
1206012060
*/
12061-
getArg(index: number): any;
12061+
getArg(exceptionTag: Tag, index: number): any;
1206212062
/**
1206312063
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
1206412064
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ declare namespace WebAssembly {
15701570
*
15711571
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
15721572
*/
1573-
getArg(index: number): any;
1573+
getArg(exceptionTag: Tag, index: number): any;
15741574
/**
15751575
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
15761576
*

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37741,7 +37741,7 @@ interface ViewTransition {
3774137741
*
3774237742
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ViewTransition/types)
3774337743
*/
37744-
types: ViewTransitionTypeSet;
37744+
readonly types: ViewTransitionTypeSet;
3774537745
/**
3774637746
* The **`updateCallbackDone`** read-only property of the ViewTransition interface is a Promise that fulfills when the promise returned by the document.startViewTransition() method's callback fulfills, or rejects when it rejects.
3774737747
*
@@ -42107,7 +42107,7 @@ declare namespace WebAssembly {
4210742107
*
4210842108
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
4210942109
*/
42110-
getArg(index: number): any;
42110+
getArg(exceptionTag: Tag, index: number): any;
4211142111
/**
4211242112
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
4211342113
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12342,7 +12342,7 @@ declare namespace WebAssembly {
1234212342
*
1234312343
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
1234412344
*/
12345-
getArg(index: number): any;
12345+
getArg(exceptionTag: Tag, index: number): any;
1234612346
/**
1234712347
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
1234812348
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12055,7 +12055,7 @@ declare namespace WebAssembly {
1205512055
*
1205612056
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
1205712057
*/
12058-
getArg(index: number): any;
12058+
getArg(exceptionTag: Tag, index: number): any;
1205912059
/**
1206012060
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
1206112061
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14017,7 +14017,7 @@ declare namespace WebAssembly {
1401714017
*
1401814018
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
1401914019
*/
14020-
getArg(index: number): any;
14020+
getArg(exceptionTag: Tag, index: number): any;
1402114021
/**
1402214022
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
1402314023
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ declare namespace WebAssembly {
15701570
*
15711571
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
15721572
*/
1573-
getArg(index: number): any;
1573+
getArg(exceptionTag: Tag, index: number): any;
15741574
/**
15751575
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
15761576
*

0 commit comments

Comments
 (0)