Skip to content

Commit a0a37cf

Browse files
Update core dependencies (microsoft#2195)
Co-authored-by: saschanaz <[email protected]>
1 parent c917dc5 commit a0a37cf

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14893,7 +14893,7 @@ interface HTMLIFrameElement extends HTMLElement {
1489314893
*/
1489414894
src: string;
1489514895
/**
14896-
* The **`srcdoc`** property of the HTMLIFrameElement specifies the content of the page.
14896+
* The **`srcdoc`** property of the HTMLIFrameElement interface gets or sets the inline HTML markup of the frame's document.
1489714897
*
1489814898
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc)
1489914899
*/

baselines/ts5.5/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14875,7 +14875,7 @@ interface HTMLIFrameElement extends HTMLElement {
1487514875
*/
1487614876
src: string;
1487714877
/**
14878-
* The **`srcdoc`** property of the HTMLIFrameElement specifies the content of the page.
14878+
* The **`srcdoc`** property of the HTMLIFrameElement interface gets or sets the inline HTML markup of the frame's document.
1487914879
*
1488014880
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc)
1488114881
*/

baselines/ts5.6/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14890,7 +14890,7 @@ interface HTMLIFrameElement extends HTMLElement {
1489014890
*/
1489114891
src: string;
1489214892
/**
14893-
* The **`srcdoc`** property of the HTMLIFrameElement specifies the content of the page.
14893+
* The **`srcdoc`** property of the HTMLIFrameElement interface gets or sets the inline HTML markup of the frame's document.
1489414894
*
1489514895
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc)
1489614896
*/

baselines/ts5.9/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14890,7 +14890,7 @@ interface HTMLIFrameElement extends HTMLElement {
1489014890
*/
1489114891
src: string;
1489214892
/**
14893-
* The **`srcdoc`** property of the HTMLIFrameElement specifies the content of the page.
14893+
* The **`srcdoc`** property of the HTMLIFrameElement interface gets or sets the inline HTML markup of the frame's document.
1489414894
*
1489514895
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc)
1489614896
*/

inputfiles/mdn

Submodule mdn updated 399 files

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)