@types/serviceworker 0.0.164 → 0.0.165

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
@@ -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.164 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.164.
31
+ You can read what changed in version 0.0.165 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.165.
package/index.d.ts CHANGED
@@ -3759,7 +3759,7 @@ interface FileReader extends EventTarget {
3759
3759
  *
3760
3760
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
3761
3761
  */
3762
- readonly readyState: typeof FileReader.EMPTY | typeof FileReader.LOADING | typeof FileReader.DONE;
3762
+ readonly readyState: 0 | 1 | 2;
3763
3763
  /**
3764
3764
  * 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.
3765
3765
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/serviceworker",
3
- "version": "0.0.164",
3
+ "version": "0.0.165",
4
4
  "description": "Types for the global scope of Service Workers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
package/ts5.5/index.d.ts CHANGED
@@ -3756,7 +3756,7 @@ interface FileReader extends EventTarget {
3756
3756
  *
3757
3757
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
3758
3758
  */
3759
- readonly readyState: typeof FileReader.EMPTY | typeof FileReader.LOADING | typeof FileReader.DONE;
3759
+ readonly readyState: 0 | 1 | 2;
3760
3760
  /**
3761
3761
  * 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.
3762
3762
  *
package/ts5.6/index.d.ts CHANGED
@@ -3756,7 +3756,7 @@ interface FileReader extends EventTarget {
3756
3756
  *
3757
3757
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
3758
3758
  */
3759
- readonly readyState: typeof FileReader.EMPTY | typeof FileReader.LOADING | typeof FileReader.DONE;
3759
+ readonly readyState: 0 | 1 | 2;
3760
3760
  /**
3761
3761
  * 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.
3762
3762
  *
package/ts5.9/index.d.ts CHANGED
@@ -3756,7 +3756,7 @@ interface FileReader extends EventTarget {
3756
3756
  *
3757
3757
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readyState)
3758
3758
  */
3759
- readonly readyState: typeof FileReader.EMPTY | typeof FileReader.LOADING | typeof FileReader.DONE;
3759
+ readonly readyState: 0 | 1 | 2;
3760
3760
  /**
3761
3761
  * 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.
3762
3762
  *