@types/web 0.0.224 → 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 +1 -1
- package/index.d.ts +1 -2
- package/package.json +1 -1
- package/ts5.5/index.d.ts +1 -2
- package/ts5.6/index.d.ts +1 -2
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.
|
|
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
|
@@ -2558,6 +2558,7 @@ interface ARIAMixin {
|
|
|
2558
2558
|
ariaHasPopup: string | null;
|
|
2559
2559
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden) */
|
|
2560
2560
|
ariaHidden: string | null;
|
|
2561
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaInvalid) */
|
|
2561
2562
|
ariaInvalid: string | null;
|
|
2562
2563
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts) */
|
|
2563
2564
|
ariaKeyShortcuts: string | null;
|
|
@@ -11269,7 +11270,6 @@ declare var HTMLDivElement: {
|
|
|
11269
11270
|
new(): HTMLDivElement;
|
|
11270
11271
|
};
|
|
11271
11272
|
|
|
11272
|
-
/** @deprecated use Document */
|
|
11273
11273
|
interface HTMLDocument extends Document {
|
|
11274
11274
|
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: HTMLDocument, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
11275
11275
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -11277,7 +11277,6 @@ interface HTMLDocument extends Document {
|
|
|
11277
11277
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
11278
11278
|
}
|
|
11279
11279
|
|
|
11280
|
-
/** @deprecated */
|
|
11281
11280
|
declare var HTMLDocument: {
|
|
11282
11281
|
prototype: HTMLDocument;
|
|
11283
11282
|
new(): HTMLDocument;
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -2558,6 +2558,7 @@ interface ARIAMixin {
|
|
|
2558
2558
|
ariaHasPopup: string | null;
|
|
2559
2559
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden) */
|
|
2560
2560
|
ariaHidden: string | null;
|
|
2561
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaInvalid) */
|
|
2561
2562
|
ariaInvalid: string | null;
|
|
2562
2563
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts) */
|
|
2563
2564
|
ariaKeyShortcuts: string | null;
|
|
@@ -11257,7 +11258,6 @@ declare var HTMLDivElement: {
|
|
|
11257
11258
|
new(): HTMLDivElement;
|
|
11258
11259
|
};
|
|
11259
11260
|
|
|
11260
|
-
/** @deprecated use Document */
|
|
11261
11261
|
interface HTMLDocument extends Document {
|
|
11262
11262
|
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: HTMLDocument, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
11263
11263
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -11265,7 +11265,6 @@ interface HTMLDocument extends Document {
|
|
|
11265
11265
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
11266
11266
|
}
|
|
11267
11267
|
|
|
11268
|
-
/** @deprecated */
|
|
11269
11268
|
declare var HTMLDocument: {
|
|
11270
11269
|
prototype: HTMLDocument;
|
|
11271
11270
|
new(): HTMLDocument;
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -2558,6 +2558,7 @@ interface ARIAMixin {
|
|
|
2558
2558
|
ariaHasPopup: string | null;
|
|
2559
2559
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden) */
|
|
2560
2560
|
ariaHidden: string | null;
|
|
2561
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaInvalid) */
|
|
2561
2562
|
ariaInvalid: string | null;
|
|
2562
2563
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts) */
|
|
2563
2564
|
ariaKeyShortcuts: string | null;
|
|
@@ -11269,7 +11270,6 @@ declare var HTMLDivElement: {
|
|
|
11269
11270
|
new(): HTMLDivElement;
|
|
11270
11271
|
};
|
|
11271
11272
|
|
|
11272
|
-
/** @deprecated use Document */
|
|
11273
11273
|
interface HTMLDocument extends Document {
|
|
11274
11274
|
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: HTMLDocument, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
11275
11275
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -11277,7 +11277,6 @@ interface HTMLDocument extends Document {
|
|
|
11277
11277
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
11278
11278
|
}
|
|
11279
11279
|
|
|
11280
|
-
/** @deprecated */
|
|
11281
11280
|
declare var HTMLDocument: {
|
|
11282
11281
|
prototype: HTMLDocument;
|
|
11283
11282
|
new(): HTMLDocument;
|