Skip to content

Commit 279d913

Browse files
committed
Update according to the new changes made in Edge
1 parent 17b6df8 commit 279d913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6136,7 +6136,7 @@ interface HTMLSelectElement extends HTMLElement {
61366136
* Sets or retrieves the name of the object.
61376137
*/
61386138
name: string;
6139-
options: HTMLSelectElement | HTMLCollection;
6139+
options: HTMLCollection;
61406140
/**
61416141
* When present, marks an element that can't be submitted without a value.
61426142
*/

inputfiles/overridingTypes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"kind": "property",
211211
"interface": "HTMLSelectElement",
212212
"name": "options",
213-
"type": "HTMLSelectElement | HTMLCollection"
213+
"type": "HTMLCollection"
214214
},
215215
{
216216
"kind": "property",

0 commit comments

Comments
 (0)