@types/web 0.0.214 → 0.0.216
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 +7 -3
- package/package.json +1 -1
- package/ts5.5/index.d.ts +7 -3
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.216 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.216.
|
package/index.d.ts
CHANGED
|
@@ -11503,8 +11503,12 @@ interface HTMLIFrameElement extends HTMLElement {
|
|
|
11503
11503
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/height)
|
|
11504
11504
|
*/
|
|
11505
11505
|
height: string;
|
|
11506
|
-
/**
|
|
11507
|
-
|
|
11506
|
+
/**
|
|
11507
|
+
* Sets or retrieves the policy for loading iframe elements that are outside the viewport.
|
|
11508
|
+
*
|
|
11509
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/loading)
|
|
11510
|
+
*/
|
|
11511
|
+
loading: "eager" | "lazy";
|
|
11508
11512
|
/**
|
|
11509
11513
|
* Sets or retrieves a URI to a long description of the object.
|
|
11510
11514
|
* @deprecated
|
|
@@ -29707,7 +29711,7 @@ type AnimationReplaceState = "active" | "persisted" | "removed";
|
|
|
29707
29711
|
type AppendMode = "segments" | "sequence";
|
|
29708
29712
|
type AttestationConveyancePreference = "direct" | "enterprise" | "indirect" | "none";
|
|
29709
29713
|
type AudioContextLatencyCategory = "balanced" | "interactive" | "playback";
|
|
29710
|
-
type AudioContextState = "closed" | "running" | "suspended";
|
|
29714
|
+
type AudioContextState = "closed" | "interrupted" | "running" | "suspended";
|
|
29711
29715
|
type AudioSampleFormat = "f32" | "f32-planar" | "s16" | "s16-planar" | "s32" | "s32-planar" | "u8" | "u8-planar";
|
|
29712
29716
|
type AuthenticatorAttachment = "cross-platform" | "platform";
|
|
29713
29717
|
type AuthenticatorTransport = "ble" | "hybrid" | "internal" | "nfc" | "usb";
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -11490,8 +11490,12 @@ interface HTMLIFrameElement extends HTMLElement {
|
|
|
11490
11490
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/height)
|
|
11491
11491
|
*/
|
|
11492
11492
|
height: string;
|
|
11493
|
-
/**
|
|
11494
|
-
|
|
11493
|
+
/**
|
|
11494
|
+
* Sets or retrieves the policy for loading iframe elements that are outside the viewport.
|
|
11495
|
+
*
|
|
11496
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/loading)
|
|
11497
|
+
*/
|
|
11498
|
+
loading: "eager" | "lazy";
|
|
11495
11499
|
/**
|
|
11496
11500
|
* Sets or retrieves a URI to a long description of the object.
|
|
11497
11501
|
* @deprecated
|
|
@@ -29685,7 +29689,7 @@ type AnimationReplaceState = "active" | "persisted" | "removed";
|
|
|
29685
29689
|
type AppendMode = "segments" | "sequence";
|
|
29686
29690
|
type AttestationConveyancePreference = "direct" | "enterprise" | "indirect" | "none";
|
|
29687
29691
|
type AudioContextLatencyCategory = "balanced" | "interactive" | "playback";
|
|
29688
|
-
type AudioContextState = "closed" | "running" | "suspended";
|
|
29692
|
+
type AudioContextState = "closed" | "interrupted" | "running" | "suspended";
|
|
29689
29693
|
type AudioSampleFormat = "f32" | "f32-planar" | "s16" | "s16-planar" | "s32" | "s32-planar" | "u8" | "u8-planar";
|
|
29690
29694
|
type AuthenticatorAttachment = "cross-platform" | "platform";
|
|
29691
29695
|
type AuthenticatorTransport = "ble" | "hybrid" | "internal" | "nfc" | "usb";
|