@types/web 0.0.214 → 0.0.215
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 +6 -2
- package/package.json +1 -1
- package/ts5.5/index.d.ts +6 -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.215 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.215.
|
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
|
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
|