mirror of
https://github.com/RGBCube/serenity
synced 2025-06-14 01:42:08 +00:00
6 lines
129 B
Text
6 lines
129 B
Text
interface HTMLMetaElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString name;
|
|
[Reflect] attribute DOMString content;
|
|
|
|
}
|