mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-13 11:16:53 +00:00
6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
interface HTMLTemplateElement : HTMLElement {
|
|
|
|
readonly attribute DocumentFragment content;
|
|
|
|
};
|