File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20366,7 +20366,7 @@ declare var RTCTrackEvent: {
2036620366 *
2036720367 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/RadioNodeList)
2036820368 */
20369- interface RadioNodeList extends NodeList {
20369+ interface RadioNodeList extends NodeListOf<HTMLInputElement> {
2037020370 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RadioNodeList/value) */
2037120371 value: string;
2037220372}
Original file line number Diff line number Diff line change @@ -20346,7 +20346,7 @@ declare var RTCTrackEvent: {
2034620346 *
2034720347 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/RadioNodeList)
2034820348 */
20349- interface RadioNodeList extends NodeList {
20349+ interface RadioNodeList extends NodeListOf<HTMLInputElement> {
2035020350 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RadioNodeList/value) */
2035120351 value: string;
2035220352}
Original file line number Diff line number Diff line change @@ -20366,7 +20366,7 @@ declare var RTCTrackEvent: {
2036620366 *
2036720367 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/RadioNodeList)
2036820368 */
20369- interface RadioNodeList extends NodeList {
20369+ interface RadioNodeList extends NodeListOf<HTMLInputElement> {
2037020370 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RadioNodeList/value) */
2037120371 value: string;
2037220372}
Original file line number Diff line number Diff line change 14581458 "SVGSymbolElement" : {
14591459 "extends" : " SVGElement"
14601460 },
1461+ "RadioNodeList" : {
1462+ "extends" : " NodeListOf<HTMLInputElement>"
1463+ },
14611464 "FormData" : {
14621465 "methods" : {
14631466 "method" : {
You can’t perform that action at this time.
0 commit comments