@types/web 0.0.278 → 0.0.279
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 -1
- package/package.json +1 -1
- package/ts5.5/index.d.ts +1 -1
- package/ts5.6/index.d.ts +1 -1
- package/ts5.9/index.d.ts +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.
|
|
50
|
+
You can read what changed in version 0.0.279 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.279.
|
package/index.d.ts
CHANGED
|
@@ -14896,7 +14896,7 @@ interface HTMLIFrameElement extends HTMLElement {
|
|
|
14896
14896
|
*/
|
|
14897
14897
|
src: string;
|
|
14898
14898
|
/**
|
|
14899
|
-
* The **`srcdoc`** property of the HTMLIFrameElement
|
|
14899
|
+
* The **`srcdoc`** property of the HTMLIFrameElement interface gets or sets the inline HTML markup of the frame's document.
|
|
14900
14900
|
*
|
|
14901
14901
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc)
|
|
14902
14902
|
*/
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -14878,7 +14878,7 @@ interface HTMLIFrameElement extends HTMLElement {
|
|
|
14878
14878
|
*/
|
|
14879
14879
|
src: string;
|
|
14880
14880
|
/**
|
|
14881
|
-
* The **`srcdoc`** property of the HTMLIFrameElement
|
|
14881
|
+
* The **`srcdoc`** property of the HTMLIFrameElement interface gets or sets the inline HTML markup of the frame's document.
|
|
14882
14882
|
*
|
|
14883
14883
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc)
|
|
14884
14884
|
*/
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -14893,7 +14893,7 @@ interface HTMLIFrameElement extends HTMLElement {
|
|
|
14893
14893
|
*/
|
|
14894
14894
|
src: string;
|
|
14895
14895
|
/**
|
|
14896
|
-
* The **`srcdoc`** property of the HTMLIFrameElement
|
|
14896
|
+
* The **`srcdoc`** property of the HTMLIFrameElement interface gets or sets the inline HTML markup of the frame's document.
|
|
14897
14897
|
*
|
|
14898
14898
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc)
|
|
14899
14899
|
*/
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -14893,7 +14893,7 @@ interface HTMLIFrameElement extends HTMLElement {
|
|
|
14893
14893
|
*/
|
|
14894
14894
|
src: string;
|
|
14895
14895
|
/**
|
|
14896
|
-
* The **`srcdoc`** property of the HTMLIFrameElement
|
|
14896
|
+
* The **`srcdoc`** property of the HTMLIFrameElement interface gets or sets the inline HTML markup of the frame's document.
|
|
14897
14897
|
*
|
|
14898
14898
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc)
|
|
14899
14899
|
*/
|