@types/web 0.0.225 → 0.0.226

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
@@ -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.225 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.225.
50
+ You can read what changed in version 0.0.226 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.226.
package/index.d.ts CHANGED
@@ -11270,7 +11270,6 @@ declare var HTMLDivElement: {
11270
11270
  new(): HTMLDivElement;
11271
11271
  };
11272
11272
 
11273
- /** @deprecated use Document */
11274
11273
  interface HTMLDocument extends Document {
11275
11274
  addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: HTMLDocument, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
11276
11275
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -11278,7 +11277,6 @@ interface HTMLDocument extends Document {
11278
11277
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
11279
11278
  }
11280
11279
 
11281
- /** @deprecated */
11282
11280
  declare var HTMLDocument: {
11283
11281
  prototype: HTMLDocument;
11284
11282
  new(): HTMLDocument;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.225",
3
+ "version": "0.0.226",
4
4
  "description": "Types for the DOM, and other web technologies in browsers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
package/ts5.5/index.d.ts CHANGED
@@ -11258,7 +11258,6 @@ declare var HTMLDivElement: {
11258
11258
  new(): HTMLDivElement;
11259
11259
  };
11260
11260
 
11261
- /** @deprecated use Document */
11262
11261
  interface HTMLDocument extends Document {
11263
11262
  addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: HTMLDocument, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
11264
11263
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -11266,7 +11265,6 @@ interface HTMLDocument extends Document {
11266
11265
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
11267
11266
  }
11268
11267
 
11269
- /** @deprecated */
11270
11268
  declare var HTMLDocument: {
11271
11269
  prototype: HTMLDocument;
11272
11270
  new(): HTMLDocument;
package/ts5.6/index.d.ts CHANGED
@@ -11270,7 +11270,6 @@ declare var HTMLDivElement: {
11270
11270
  new(): HTMLDivElement;
11271
11271
  };
11272
11272
 
11273
- /** @deprecated use Document */
11274
11273
  interface HTMLDocument extends Document {
11275
11274
  addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: HTMLDocument, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
11276
11275
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -11278,7 +11277,6 @@ interface HTMLDocument extends Document {
11278
11277
  removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
11279
11278
  }
11280
11279
 
11281
- /** @deprecated */
11282
11280
  declare var HTMLDocument: {
11283
11281
  prototype: HTMLDocument;
11284
11282
  new(): HTMLDocument;