@types/web 0.0.330 → 0.0.332
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/index.d.ts +3 -3
- package/package.json +1 -1
- package/ts5.5/index.d.ts +3 -3
- package/ts5.6/index.d.ts +3 -3
- package/ts5.9/index.d.ts +3 -3
package/README.md
CHANGED
|
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
|
|
|
47
47
|
|
|
48
48
|
## Deploy Metadata
|
|
49
49
|
|
|
50
|
-
You can read what changed in version 0.0.
|
|
50
|
+
You can read what changed in version 0.0.332 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.332.
|
package/index.d.ts
CHANGED
|
@@ -25310,7 +25310,7 @@ declare var NavigationHistoryEntry: {
|
|
|
25310
25310
|
};
|
|
25311
25311
|
|
|
25312
25312
|
/**
|
|
25313
|
-
* The **`NavigationPrecommitController`** interface of the Navigation API
|
|
25313
|
+
* The **`NavigationPrecommitController`** interface of the Navigation API is passed as an argument to a navigation precommit handler callback.
|
|
25314
25314
|
*
|
|
25315
25315
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationPrecommitController)
|
|
25316
25316
|
*/
|
|
@@ -37770,7 +37770,7 @@ interface ViewTransition {
|
|
|
37770
37770
|
*
|
|
37771
37771
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ViewTransition/types)
|
|
37772
37772
|
*/
|
|
37773
|
-
types: ViewTransitionTypeSet;
|
|
37773
|
+
readonly types: ViewTransitionTypeSet;
|
|
37774
37774
|
/**
|
|
37775
37775
|
* 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.
|
|
37776
37776
|
*
|
|
@@ -42136,7 +42136,7 @@ declare namespace WebAssembly {
|
|
|
42136
42136
|
*
|
|
42137
42137
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
|
|
42138
42138
|
*/
|
|
42139
|
-
getArg(index: number): any;
|
|
42139
|
+
getArg(exceptionTag: Tag, index: number): any;
|
|
42140
42140
|
/**
|
|
42141
42141
|
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
|
|
42142
42142
|
*
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -25286,7 +25286,7 @@ declare var NavigationHistoryEntry: {
|
|
|
25286
25286
|
};
|
|
25287
25287
|
|
|
25288
25288
|
/**
|
|
25289
|
-
* The **`NavigationPrecommitController`** interface of the Navigation API
|
|
25289
|
+
* The **`NavigationPrecommitController`** interface of the Navigation API is passed as an argument to a navigation precommit handler callback.
|
|
25290
25290
|
*
|
|
25291
25291
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationPrecommitController)
|
|
25292
25292
|
*/
|
|
@@ -37744,7 +37744,7 @@ interface ViewTransition {
|
|
|
37744
37744
|
*
|
|
37745
37745
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ViewTransition/types)
|
|
37746
37746
|
*/
|
|
37747
|
-
types: ViewTransitionTypeSet;
|
|
37747
|
+
readonly types: ViewTransitionTypeSet;
|
|
37748
37748
|
/**
|
|
37749
37749
|
* 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.
|
|
37750
37750
|
*
|
|
@@ -42110,7 +42110,7 @@ declare namespace WebAssembly {
|
|
|
42110
42110
|
*
|
|
42111
42111
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
|
|
42112
42112
|
*/
|
|
42113
|
-
getArg(index: number): any;
|
|
42113
|
+
getArg(exceptionTag: Tag, index: number): any;
|
|
42114
42114
|
/**
|
|
42115
42115
|
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
|
|
42116
42116
|
*
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -25307,7 +25307,7 @@ declare var NavigationHistoryEntry: {
|
|
|
25307
25307
|
};
|
|
25308
25308
|
|
|
25309
25309
|
/**
|
|
25310
|
-
* The **`NavigationPrecommitController`** interface of the Navigation API
|
|
25310
|
+
* The **`NavigationPrecommitController`** interface of the Navigation API is passed as an argument to a navigation precommit handler callback.
|
|
25311
25311
|
*
|
|
25312
25312
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationPrecommitController)
|
|
25313
25313
|
*/
|
|
@@ -37767,7 +37767,7 @@ interface ViewTransition {
|
|
|
37767
37767
|
*
|
|
37768
37768
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ViewTransition/types)
|
|
37769
37769
|
*/
|
|
37770
|
-
types: ViewTransitionTypeSet;
|
|
37770
|
+
readonly types: ViewTransitionTypeSet;
|
|
37771
37771
|
/**
|
|
37772
37772
|
* 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.
|
|
37773
37773
|
*
|
|
@@ -42133,7 +42133,7 @@ declare namespace WebAssembly {
|
|
|
42133
42133
|
*
|
|
42134
42134
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
|
|
42135
42135
|
*/
|
|
42136
|
-
getArg(index: number): any;
|
|
42136
|
+
getArg(exceptionTag: Tag, index: number): any;
|
|
42137
42137
|
/**
|
|
42138
42138
|
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
|
|
42139
42139
|
*
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -25307,7 +25307,7 @@ declare var NavigationHistoryEntry: {
|
|
|
25307
25307
|
};
|
|
25308
25308
|
|
|
25309
25309
|
/**
|
|
25310
|
-
* The **`NavigationPrecommitController`** interface of the Navigation API
|
|
25310
|
+
* The **`NavigationPrecommitController`** interface of the Navigation API is passed as an argument to a navigation precommit handler callback.
|
|
25311
25311
|
*
|
|
25312
25312
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationPrecommitController)
|
|
25313
25313
|
*/
|
|
@@ -37767,7 +37767,7 @@ interface ViewTransition {
|
|
|
37767
37767
|
*
|
|
37768
37768
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ViewTransition/types)
|
|
37769
37769
|
*/
|
|
37770
|
-
types: ViewTransitionTypeSet;
|
|
37770
|
+
readonly types: ViewTransitionTypeSet;
|
|
37771
37771
|
/**
|
|
37772
37772
|
* 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.
|
|
37773
37773
|
*
|
|
@@ -42133,7 +42133,7 @@ declare namespace WebAssembly {
|
|
|
42133
42133
|
*
|
|
42134
42134
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
|
|
42135
42135
|
*/
|
|
42136
|
-
getArg(index: number): any;
|
|
42136
|
+
getArg(exceptionTag: Tag, index: number): any;
|
|
42137
42137
|
/**
|
|
42138
42138
|
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
|
|
42139
42139
|
*
|