@types/serviceworker 0.0.196 → 0.0.197
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
|
@@ -30,4 +30,4 @@ This project does not respect semantic versioning as almost every change could p
|
|
|
30
30
|
|
|
31
31
|
## Deploy Metadata
|
|
32
32
|
|
|
33
|
-
You can read what changed in version 0.0.
|
|
33
|
+
You can read what changed in version 0.0.197 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.197.
|
package/index.d.ts
CHANGED
|
@@ -12869,8 +12869,13 @@ declare namespace WebAssembly {
|
|
|
12869
12869
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
|
|
12870
12870
|
*/
|
|
12871
12871
|
interface Global<T extends ValueType = ValueType> {
|
|
12872
|
-
/**
|
|
12872
|
+
/**
|
|
12873
|
+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
|
|
12874
|
+
*
|
|
12875
|
+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
|
|
12876
|
+
*/
|
|
12873
12877
|
value: ValueTypeMap[T];
|
|
12878
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
|
|
12874
12879
|
valueOf(): ValueTypeMap[T];
|
|
12875
12880
|
}
|
|
12876
12881
|
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -12866,8 +12866,13 @@ declare namespace WebAssembly {
|
|
|
12866
12866
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
|
|
12867
12867
|
*/
|
|
12868
12868
|
interface Global<T extends ValueType = ValueType> {
|
|
12869
|
-
/**
|
|
12869
|
+
/**
|
|
12870
|
+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
|
|
12871
|
+
*
|
|
12872
|
+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
|
|
12873
|
+
*/
|
|
12870
12874
|
value: ValueTypeMap[T];
|
|
12875
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
|
|
12871
12876
|
valueOf(): ValueTypeMap[T];
|
|
12872
12877
|
}
|
|
12873
12878
|
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -12866,8 +12866,13 @@ declare namespace WebAssembly {
|
|
|
12866
12866
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
|
|
12867
12867
|
*/
|
|
12868
12868
|
interface Global<T extends ValueType = ValueType> {
|
|
12869
|
-
/**
|
|
12869
|
+
/**
|
|
12870
|
+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
|
|
12871
|
+
*
|
|
12872
|
+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
|
|
12873
|
+
*/
|
|
12870
12874
|
value: ValueTypeMap[T];
|
|
12875
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
|
|
12871
12876
|
valueOf(): ValueTypeMap[T];
|
|
12872
12877
|
}
|
|
12873
12878
|
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -12866,8 +12866,13 @@ declare namespace WebAssembly {
|
|
|
12866
12866
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
|
|
12867
12867
|
*/
|
|
12868
12868
|
interface Global<T extends ValueType = ValueType> {
|
|
12869
|
-
/**
|
|
12869
|
+
/**
|
|
12870
|
+
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
|
|
12871
|
+
*
|
|
12872
|
+
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
|
|
12873
|
+
*/
|
|
12870
12874
|
value: ValueTypeMap[T];
|
|
12875
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
|
|
12871
12876
|
valueOf(): ValueTypeMap[T];
|
|
12872
12877
|
}
|
|
12873
12878
|
|