@@ -642,11 +642,11 @@ and element = {
642
642
/**
643
643
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)
644
644
*/
645
- mutable innerHTML : unknown ,
645
+ mutable innerHTML : string ,
646
646
/**
647
647
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
648
648
*/
649
- mutable outerHTML : unknown ,
649
+ mutable outerHTML : string ,
650
650
}
651
651
652
652
/**
@@ -754,7 +754,7 @@ and shadowRoot = {
754
754
/**
755
755
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/ShadowRoot/innerHTML)
756
756
*/
757
- mutable innerHTML : unknown ,
757
+ mutable innerHTML : string ,
758
758
}
759
759
760
760
/**
@@ -891,11 +891,11 @@ and htmlElement = {
891
891
/**
892
892
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)
893
893
*/
894
- mutable innerHTML : unknown ,
894
+ mutable innerHTML : string ,
895
895
/**
896
896
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
897
897
*/
898
- mutable outerHTML : unknown ,
898
+ mutable outerHTML : string ,
899
899
// End base properties from Element
900
900
901
901
// Base properties from Node
@@ -1224,11 +1224,11 @@ and htmlHeadElement = {
1224
1224
/**
1225
1225
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)
1226
1226
*/
1227
- mutable innerHTML : unknown ,
1227
+ mutable innerHTML : string ,
1228
1228
/**
1229
1229
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
1230
1230
*/
1231
- mutable outerHTML : unknown ,
1231
+ mutable outerHTML : string ,
1232
1232
// End base properties from Element
1233
1233
1234
1234
// Base properties from Node
@@ -1480,11 +1480,11 @@ and htmlFormElement = {
1480
1480
/**
1481
1481
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)
1482
1482
*/
1483
- mutable innerHTML : unknown ,
1483
+ mutable innerHTML : string ,
1484
1484
/**
1485
1485
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
1486
1486
*/
1487
- mutable outerHTML : unknown ,
1487
+ mutable outerHTML : string ,
1488
1488
// End base properties from Element
1489
1489
1490
1490
// Base properties from Node
@@ -1787,11 +1787,11 @@ and htmlImageElement = {
1787
1787
/**
1788
1788
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)
1789
1789
*/
1790
- mutable innerHTML : unknown ,
1790
+ mutable innerHTML : string ,
1791
1791
/**
1792
1792
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
1793
1793
*/
1794
- mutable outerHTML : unknown ,
1794
+ mutable outerHTML : string ,
1795
1795
// End base properties from Element
1796
1796
1797
1797
// Base properties from Node
@@ -2130,11 +2130,11 @@ and htmlEmbedElement = {
2130
2130
/**
2131
2131
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)
2132
2132
*/
2133
- mutable innerHTML : unknown ,
2133
+ mutable innerHTML : string ,
2134
2134
/**
2135
2135
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
2136
2136
*/
2137
- mutable outerHTML : unknown ,
2137
+ mutable outerHTML : string ,
2138
2138
// End base properties from Element
2139
2139
2140
2140
// Base properties from Node
@@ -2402,11 +2402,11 @@ and htmlAnchorElement = {
2402
2402
/**
2403
2403
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)
2404
2404
*/
2405
- mutable innerHTML : unknown ,
2405
+ mutable innerHTML : string ,
2406
2406
/**
2407
2407
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
2408
2408
*/
2409
- mutable outerHTML : unknown ,
2409
+ mutable outerHTML : string ,
2410
2410
// End base properties from Element
2411
2411
2412
2412
// Base properties from Node
@@ -2700,11 +2700,11 @@ and htmlAreaElement = {
2700
2700
/**
2701
2701
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)
2702
2702
*/
2703
- mutable innerHTML : unknown ,
2703
+ mutable innerHTML : string ,
2704
2704
/**
2705
2705
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
2706
2706
*/
2707
- mutable outerHTML : unknown ,
2707
+ mutable outerHTML : string ,
2708
2708
// End base properties from Element
2709
2709
2710
2710
// Base properties from Node
@@ -2978,11 +2978,11 @@ and htmlScriptElement = {
2978
2978
/**
2979
2979
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)
2980
2980
*/
2981
- mutable innerHTML : unknown ,
2981
+ mutable innerHTML : string ,
2982
2982
/**
2983
2983
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
2984
2984
*/
2985
- mutable outerHTML : unknown ,
2985
+ mutable outerHTML : string ,
2986
2986
// End base properties from Element
2987
2987
2988
2988
// Base properties from Node
@@ -7291,7 +7291,7 @@ type htmliFrameElement = {
7291
7291
Sets or retrives the content of the page that is to contain.
7292
7292
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc)
7293
7293
*/
7294
- mutable srcdoc : unknown ,
7294
+ mutable srcdoc : string ,
7295
7295
/**
7296
7296
Sets or retrieves the frame name.
7297
7297
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/name)
0 commit comments