mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 07:04:57 +00:00

These circular imports led to the generator silently failing to generate the required methods/properties.
4 lines
163 B
Text
4 lines
163 B
Text
// https://w3c.github.io/DOM-Parsing/#the-innerhtml-mixin
|
|
interface mixin InnerHTML {
|
|
[LegacyNullToEmptyString, CEReactions] attribute DOMString innerHTML;
|
|
};
|