@types/audioworklet 0.0.94 → 0.0.96
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 +2 -2
- package/package.json +1 -1
- package/ts5.5/index.d.ts +2 -2
- package/ts5.6/index.d.ts +2 -2
- package/ts5.9/index.d.ts +2 -2
package/README.md
CHANGED
|
@@ -28,4 +28,4 @@ This project does not respect semantic versioning as almost every change could p
|
|
|
28
28
|
|
|
29
29
|
## Deploy Metadata
|
|
30
30
|
|
|
31
|
-
You can read what changed in version 0.0.
|
|
31
|
+
You can read what changed in version 0.0.96 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Faudioworklet%400.0.96.
|
package/index.d.ts
CHANGED
|
@@ -1034,7 +1034,7 @@ interface ReadableStreamDefaultController<R = any> {
|
|
|
1034
1034
|
*
|
|
1035
1035
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController/enqueue)
|
|
1036
1036
|
*/
|
|
1037
|
-
enqueue(chunk
|
|
1037
|
+
enqueue(chunk: R): void;
|
|
1038
1038
|
/**
|
|
1039
1039
|
* The **`error()`** method of the ReadableStreamDefaultController interface causes any future interactions with the associated stream to error.
|
|
1040
1040
|
*
|
|
@@ -1576,7 +1576,7 @@ declare namespace WebAssembly {
|
|
|
1576
1576
|
*
|
|
1577
1577
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
|
|
1578
1578
|
*/
|
|
1579
|
-
getArg(index: number): any;
|
|
1579
|
+
getArg(exceptionTag: Tag, index: number): any;
|
|
1580
1580
|
/**
|
|
1581
1581
|
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
|
|
1582
1582
|
*
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -1031,7 +1031,7 @@ interface ReadableStreamDefaultController<R = any> {
|
|
|
1031
1031
|
*
|
|
1032
1032
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController/enqueue)
|
|
1033
1033
|
*/
|
|
1034
|
-
enqueue(chunk
|
|
1034
|
+
enqueue(chunk: R): void;
|
|
1035
1035
|
/**
|
|
1036
1036
|
* The **`error()`** method of the ReadableStreamDefaultController interface causes any future interactions with the associated stream to error.
|
|
1037
1037
|
*
|
|
@@ -1573,7 +1573,7 @@ declare namespace WebAssembly {
|
|
|
1573
1573
|
*
|
|
1574
1574
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
|
|
1575
1575
|
*/
|
|
1576
|
-
getArg(index: number): any;
|
|
1576
|
+
getArg(exceptionTag: Tag, index: number): any;
|
|
1577
1577
|
/**
|
|
1578
1578
|
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
|
|
1579
1579
|
*
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -1031,7 +1031,7 @@ interface ReadableStreamDefaultController<R = any> {
|
|
|
1031
1031
|
*
|
|
1032
1032
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController/enqueue)
|
|
1033
1033
|
*/
|
|
1034
|
-
enqueue(chunk
|
|
1034
|
+
enqueue(chunk: R): void;
|
|
1035
1035
|
/**
|
|
1036
1036
|
* The **`error()`** method of the ReadableStreamDefaultController interface causes any future interactions with the associated stream to error.
|
|
1037
1037
|
*
|
|
@@ -1573,7 +1573,7 @@ declare namespace WebAssembly {
|
|
|
1573
1573
|
*
|
|
1574
1574
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
|
|
1575
1575
|
*/
|
|
1576
|
-
getArg(index: number): any;
|
|
1576
|
+
getArg(exceptionTag: Tag, index: number): any;
|
|
1577
1577
|
/**
|
|
1578
1578
|
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
|
|
1579
1579
|
*
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -1031,7 +1031,7 @@ interface ReadableStreamDefaultController<R = any> {
|
|
|
1031
1031
|
*
|
|
1032
1032
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultController/enqueue)
|
|
1033
1033
|
*/
|
|
1034
|
-
enqueue(chunk
|
|
1034
|
+
enqueue(chunk: R): void;
|
|
1035
1035
|
/**
|
|
1036
1036
|
* The **`error()`** method of the ReadableStreamDefaultController interface causes any future interactions with the associated stream to error.
|
|
1037
1037
|
*
|
|
@@ -1573,7 +1573,7 @@ declare namespace WebAssembly {
|
|
|
1573
1573
|
*
|
|
1574
1574
|
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Exception/getArg)
|
|
1575
1575
|
*/
|
|
1576
|
-
getArg(index: number): any;
|
|
1576
|
+
getArg(exceptionTag: Tag, index: number): any;
|
|
1577
1577
|
/**
|
|
1578
1578
|
* The **`is()`** prototype method of the Exception object can be used to test if the Exception matches a given tag.
|
|
1579
1579
|
*
|