Skip to content

Commit 692be44

Browse files
TypeScript Botsaschanaz
TypeScript Bot
andauthored
🤖 Update core dependencies (microsoft#1726)
Co-authored-by: saschanaz <[email protected]>
1 parent 179bdd8 commit 692be44

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7967,6 +7967,7 @@ declare var Element: {
79677967
};
79687968

79697969
interface ElementCSSInlineStyle {
7970+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attributeStyleMap) */
79707971
readonly attributeStyleMap: StylePropertyMap;
79717972
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/style) */
79727973
readonly style: CSSStyleDeclaration;
@@ -10829,6 +10830,7 @@ interface HTMLIFrameElement extends HTMLElement {
1082910830
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/align)
1083010831
*/
1083110832
align: string;
10833+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/allow) */
1083210834
allow: string;
1083310835
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/allowFullscreen) */
1083410836
allowFullscreen: boolean;

package-lock.json

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

0 commit comments

Comments
 (0)