@types/web 0.0.348 → 0.0.349
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 +6 -1
- package/package.json +1 -1
- package/ts5.5/index.d.ts +6 -1
- package/ts5.6/index.d.ts +6 -1
- package/ts5.9/index.d.ts +6 -1
package/README.md
CHANGED
|
@@ -49,4 +49,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
|
|
|
49
49
|
|
|
50
50
|
## Deploy Metadata
|
|
51
51
|
|
|
52
|
-
You can read what changed in version 0.0.
|
|
52
|
+
You can read what changed in version 0.0.349 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.349.
|
package/index.d.ts
CHANGED
|
@@ -43073,8 +43073,13 @@ declare namespace WebAssembly {
|
|
|
43073
43073
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
|
|
43074
43074
|
*/
|
|
43075
43075
|
interface Global<T extends ValueType = ValueType> {
|
|
43076
|
-
/**
|
|
43076
|
+
/**
|
|
43077
|
+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
|
|
43078
|
+
*
|
|
43079
|
+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
|
|
43080
|
+
*/
|
|
43077
43081
|
value: ValueTypeMap[T];
|
|
43082
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
|
|
43078
43083
|
valueOf(): ValueTypeMap[T];
|
|
43079
43084
|
}
|
|
43080
43085
|
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -43047,8 +43047,13 @@ declare namespace WebAssembly {
|
|
|
43047
43047
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
|
|
43048
43048
|
*/
|
|
43049
43049
|
interface Global<T extends ValueType = ValueType> {
|
|
43050
|
-
/**
|
|
43050
|
+
/**
|
|
43051
|
+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
|
|
43052
|
+
*
|
|
43053
|
+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
|
|
43054
|
+
*/
|
|
43051
43055
|
value: ValueTypeMap[T];
|
|
43056
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
|
|
43052
43057
|
valueOf(): ValueTypeMap[T];
|
|
43053
43058
|
}
|
|
43054
43059
|
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -43070,8 +43070,13 @@ declare namespace WebAssembly {
|
|
|
43070
43070
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
|
|
43071
43071
|
*/
|
|
43072
43072
|
interface Global<T extends ValueType = ValueType> {
|
|
43073
|
-
/**
|
|
43073
|
+
/**
|
|
43074
|
+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
|
|
43075
|
+
*
|
|
43076
|
+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
|
|
43077
|
+
*/
|
|
43074
43078
|
value: ValueTypeMap[T];
|
|
43079
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
|
|
43075
43080
|
valueOf(): ValueTypeMap[T];
|
|
43076
43081
|
}
|
|
43077
43082
|
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -43070,8 +43070,13 @@ declare namespace WebAssembly {
|
|
|
43070
43070
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
|
|
43071
43071
|
*/
|
|
43072
43072
|
interface Global<T extends ValueType = ValueType> {
|
|
43073
|
-
/**
|
|
43073
|
+
/**
|
|
43074
|
+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
|
|
43075
|
+
*
|
|
43076
|
+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
|
|
43077
|
+
*/
|
|
43074
43078
|
value: ValueTypeMap[T];
|
|
43079
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
|
|
43075
43080
|
valueOf(): ValueTypeMap[T];
|
|
43076
43081
|
}
|
|
43077
43082
|
|