We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c89ed31 + aceb541 commit 3b35bd0Copy full SHA for 3b35bd0
baselines/dom.generated.d.ts
@@ -5513,7 +5513,7 @@ interface HTMLMediaElement extends HTMLElement {
5513
* Gets or sets the current playback position, in seconds.
5514
*/
5515
preload: string;
5516
- readyState: any;
+ readyState: number;
5517
/**
5518
* Returns a TimeRanges object that represents the ranges of the current media resource that can be seeked.
5519
inputfiles/overridingTypes.json
@@ -283,5 +283,11 @@
283
"interface": "Element",
284
"name": "setAttribute",
285
"signatures": ["setAttribute(name: string, value: string): void"]
286
+ },
287
+ {
288
+ "kind": "property",
289
+ "interface": "HTMLMediaElement",
290
+ "name": "readyState",
291
+ "type": "number"
292
}
293
]
0 commit comments