@types/webworker 0.0.40 → 0.0.41
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 -1
- package/package.json +1 -1
- package/ts5.5/index.d.ts +3 -1
- package/ts5.6/index.d.ts +3 -1
- package/ts5.9/index.d.ts +3 -1
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.
|
|
48
|
+
You can read what changed in version 0.0.41 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fwebworker%400.0.41.
|
package/index.d.ts
CHANGED
|
@@ -4357,7 +4357,7 @@ interface FileReader extends EventTarget {
|
|
|
4357
4357
|
*
|
|
4358
4358
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
|
|
4359
4359
|
*/
|
|
4360
|
-
readonly readyState:
|
|
4360
|
+
readonly readyState: 0 | 1 | 2;
|
|
4361
4361
|
/**
|
|
4362
4362
|
* The **`result`** read-only property of the FileReader interface returns the file's contents. This property is only valid after the read operation is complete, and the format of the data depends on which of the methods was used to initiate the read operation.
|
|
4363
4363
|
*
|
|
@@ -5779,6 +5779,7 @@ declare var ImageDecoder: {
|
|
|
5779
5779
|
|
|
5780
5780
|
/**
|
|
5781
5781
|
* The **`ImageTrack`** interface of the WebCodecs API represents an individual image track.
|
|
5782
|
+
* Available only in secure contexts.
|
|
5782
5783
|
*
|
|
5783
5784
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrack)
|
|
5784
5785
|
*/
|
|
@@ -5816,6 +5817,7 @@ declare var ImageTrack: {
|
|
|
5816
5817
|
|
|
5817
5818
|
/**
|
|
5818
5819
|
* The **`ImageTrackList`** interface of the WebCodecs API represents a list of image tracks.
|
|
5820
|
+
* Available only in secure contexts.
|
|
5819
5821
|
*
|
|
5820
5822
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrackList)
|
|
5821
5823
|
*/
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -4354,7 +4354,7 @@ interface FileReader extends EventTarget {
|
|
|
4354
4354
|
*
|
|
4355
4355
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
|
|
4356
4356
|
*/
|
|
4357
|
-
readonly readyState:
|
|
4357
|
+
readonly readyState: 0 | 1 | 2;
|
|
4358
4358
|
/**
|
|
4359
4359
|
* The **`result`** read-only property of the FileReader interface returns the file's contents. This property is only valid after the read operation is complete, and the format of the data depends on which of the methods was used to initiate the read operation.
|
|
4360
4360
|
*
|
|
@@ -5776,6 +5776,7 @@ declare var ImageDecoder: {
|
|
|
5776
5776
|
|
|
5777
5777
|
/**
|
|
5778
5778
|
* The **`ImageTrack`** interface of the WebCodecs API represents an individual image track.
|
|
5779
|
+
* Available only in secure contexts.
|
|
5779
5780
|
*
|
|
5780
5781
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrack)
|
|
5781
5782
|
*/
|
|
@@ -5813,6 +5814,7 @@ declare var ImageTrack: {
|
|
|
5813
5814
|
|
|
5814
5815
|
/**
|
|
5815
5816
|
* The **`ImageTrackList`** interface of the WebCodecs API represents a list of image tracks.
|
|
5817
|
+
* Available only in secure contexts.
|
|
5816
5818
|
*
|
|
5817
5819
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrackList)
|
|
5818
5820
|
*/
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -4354,7 +4354,7 @@ interface FileReader extends EventTarget {
|
|
|
4354
4354
|
*
|
|
4355
4355
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
|
|
4356
4356
|
*/
|
|
4357
|
-
readonly readyState:
|
|
4357
|
+
readonly readyState: 0 | 1 | 2;
|
|
4358
4358
|
/**
|
|
4359
4359
|
* The **`result`** read-only property of the FileReader interface returns the file's contents. This property is only valid after the read operation is complete, and the format of the data depends on which of the methods was used to initiate the read operation.
|
|
4360
4360
|
*
|
|
@@ -5776,6 +5776,7 @@ declare var ImageDecoder: {
|
|
|
5776
5776
|
|
|
5777
5777
|
/**
|
|
5778
5778
|
* The **`ImageTrack`** interface of the WebCodecs API represents an individual image track.
|
|
5779
|
+
* Available only in secure contexts.
|
|
5779
5780
|
*
|
|
5780
5781
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrack)
|
|
5781
5782
|
*/
|
|
@@ -5813,6 +5814,7 @@ declare var ImageTrack: {
|
|
|
5813
5814
|
|
|
5814
5815
|
/**
|
|
5815
5816
|
* The **`ImageTrackList`** interface of the WebCodecs API represents a list of image tracks.
|
|
5817
|
+
* Available only in secure contexts.
|
|
5816
5818
|
*
|
|
5817
5819
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrackList)
|
|
5818
5820
|
*/
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -4354,7 +4354,7 @@ interface FileReader extends EventTarget {
|
|
|
4354
4354
|
*
|
|
4355
4355
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
|
|
4356
4356
|
*/
|
|
4357
|
-
readonly readyState:
|
|
4357
|
+
readonly readyState: 0 | 1 | 2;
|
|
4358
4358
|
/**
|
|
4359
4359
|
* The **`result`** read-only property of the FileReader interface returns the file's contents. This property is only valid after the read operation is complete, and the format of the data depends on which of the methods was used to initiate the read operation.
|
|
4360
4360
|
*
|
|
@@ -5776,6 +5776,7 @@ declare var ImageDecoder: {
|
|
|
5776
5776
|
|
|
5777
5777
|
/**
|
|
5778
5778
|
* The **`ImageTrack`** interface of the WebCodecs API represents an individual image track.
|
|
5779
|
+
* Available only in secure contexts.
|
|
5779
5780
|
*
|
|
5780
5781
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrack)
|
|
5781
5782
|
*/
|
|
@@ -5813,6 +5814,7 @@ declare var ImageTrack: {
|
|
|
5813
5814
|
|
|
5814
5815
|
/**
|
|
5815
5816
|
* The **`ImageTrackList`** interface of the WebCodecs API represents a list of image tracks.
|
|
5817
|
+
* Available only in secure contexts.
|
|
5816
5818
|
*
|
|
5817
5819
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageTrackList)
|
|
5818
5820
|
*/
|