Definition
HTML Standard defines HTMLDataListElement
[Exposed=Window]
interface HTMLDataListElement : HTMLElement {
[HTMLConstructor] constructor();
[SameObject] readonly attribute HTMLCollection options;
};
HTMLDataListElement
interfaceHTML Standard defines HTMLDataListElement
[Exposed=Window]
interface HTMLDataListElement : HTMLElement {
[HTMLConstructor] constructor();
[SameObject] readonly attribute HTMLCollection options;
};
HTMLDataListElement