mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
interface HTMLEmbedElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString src;
|
|
[Reflect] attribute DOMString type;
|
|
[Reflect] attribute DOMString width;
|
|
[Reflect] attribute DOMString height;
|
|
|
|
}
|