5 lines
100 B
Text
5 lines
100 B
Text
interface HTMLTemplateElement : HTMLElement {
|
|
|
|
readonly attribute DocumentFragment content;
|
|
|
|
};
|