@types/webworker 0.0.65 → 0.0.66

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 CHANGED
@@ -45,4 +45,4 @@ This project does not respect semantic versioning as almost every change could p
45
45
 
46
46
  ## Deploy Metadata
47
47
 
48
- You can read what changed in version 0.0.65 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fwebworker%400.0.65.
48
+ You can read what changed in version 0.0.66 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fwebworker%400.0.66.
package/index.d.ts CHANGED
@@ -14023,7 +14023,7 @@ declare namespace WebAssembly {
14023
14023
  *
14024
14024
  * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
14025
14025
  */
14026
- getArg(index: number): any;
14026
+ getArg(exceptionTag: Tag, index: number): any;
14027
14027
  /**
14028
14028
  * The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
14029
14029
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/webworker",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "description": "Types for the global scope of Web Workers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
package/ts5.5/index.d.ts CHANGED
@@ -14020,7 +14020,7 @@ declare namespace WebAssembly {
14020
14020
  *
14021
14021
  * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
14022
14022
  */
14023
- getArg(index: number): any;
14023
+ getArg(exceptionTag: Tag, index: number): any;
14024
14024
  /**
14025
14025
  * The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
14026
14026
  *
package/ts5.6/index.d.ts CHANGED
@@ -14020,7 +14020,7 @@ declare namespace WebAssembly {
14020
14020
  *
14021
14021
  * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
14022
14022
  */
14023
- getArg(index: number): any;
14023
+ getArg(exceptionTag: Tag, index: number): any;
14024
14024
  /**
14025
14025
  * The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
14026
14026
  *
package/ts5.9/index.d.ts CHANGED
@@ -14020,7 +14020,7 @@ declare namespace WebAssembly {
14020
14020
  *
14021
14021
  * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
14022
14022
  */
14023
- getArg(index: number): any;
14023
+ getArg(exceptionTag: Tag, index: number): any;
14024
14024
  /**
14025
14025
  * The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
14026
14026
  *