Definition
HTML Standard defines RadioNodeList
[Exposed=Window]
interface RadioNodeList : NodeList {
attribute DOMString value;
};
RadioNodeList
interfaceHTML Standard defines RadioNodeList
[Exposed=Window]
interface RadioNodeList : NodeList {
attribute DOMString value;
};
RadioNodeList