2023-08-19 23:39:57 -03:00
|
|
|
#import <DOM/NodeList.idl>
|
|
|
|
|
|
|
|
|
|
// https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#radionodelist
|
2023-09-02 11:00:01 -03:00
|
|
|
[Exposed=Window]
|
2023-08-19 23:39:57 -03:00
|
|
|
interface RadioNodeList : NodeList {
|
2023-08-24 21:28:36 -03:00
|
|
|
attribute DOMString value;
|
2023-08-19 23:39:57 -03:00
|
|
|
};
|