We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b6df8 commit 279d913Copy full SHA for 279d913
baselines/dom.generated.d.ts
@@ -6136,7 +6136,7 @@ interface HTMLSelectElement extends HTMLElement {
6136
* Sets or retrieves the name of the object.
6137
*/
6138
name: string;
6139
- options: HTMLSelectElement | HTMLCollection;
+ options: HTMLCollection;
6140
/**
6141
* When present, marks an element that can't be submitted without a value.
6142
inputfiles/overridingTypes.json
@@ -210,7 +210,7 @@
210
"kind": "property",
211
"interface": "HTMLSelectElement",
212
"name": "options",
213
- "type": "HTMLSelectElement | HTMLCollection"
+ "type": "HTMLCollection"
214
},
215
{
216
0 commit comments