@types/web 0.0.93 → 0.0.94

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.d.ts +0 -4
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
47
47
 
48
48
  ## Deploy Metadata
49
49
 
50
- You can read what changed in version 0.0.93 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.93.
50
+ You can read what changed in version 0.0.94 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.94.
package/index.d.ts CHANGED
@@ -4112,7 +4112,6 @@ declare var DOMMatrixReadOnly: {
4112
4112
  fromFloat32Array(array32: Float32Array): DOMMatrixReadOnly;
4113
4113
  fromFloat64Array(array64: Float64Array): DOMMatrixReadOnly;
4114
4114
  fromMatrix(other?: DOMMatrixInit): DOMMatrixReadOnly;
4115
- toString(): string;
4116
4115
  };
4117
4116
 
4118
4117
  /** Provides the ability to parse XML or HTML source code from a string into a DOM Document. */
@@ -11753,7 +11752,6 @@ declare var Range: {
11753
11752
  readonly START_TO_END: 1;
11754
11753
  readonly END_TO_END: 2;
11755
11754
  readonly END_TO_START: 3;
11756
- toString(): string;
11757
11755
  };
11758
11756
 
11759
11757
  interface ReadableByteStreamController {
@@ -13785,7 +13783,6 @@ interface Selection {
13785
13783
  declare var Selection: {
13786
13784
  prototype: Selection;
13787
13785
  new(): Selection;
13788
- toString(): string;
13789
13786
  };
13790
13787
 
13791
13788
  interface ServiceWorkerEventMap extends AbstractWorkerEventMap {
@@ -14709,7 +14706,6 @@ interface URLSearchParams {
14709
14706
  declare var URLSearchParams: {
14710
14707
  prototype: URLSearchParams;
14711
14708
  new(init?: string[][] | Record<string, string> | string | URLSearchParams): URLSearchParams;
14712
- toString(): string;
14713
14709
  };
14714
14710
 
14715
14711
  interface VTTCue extends TextTrackCue {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.93",
3
+ "version": "0.0.94",
4
4
  "description": "Types for the DOM, and other web technologies in browsers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],