File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -6940,8 +6940,8 @@ interface HTMLMediaElement extends HTMLElement {
6940
6940
playbackRate: number;
6941
6941
/** Gets TimeRanges for the current media resource that has been played. */
6942
6942
readonly played: TimeRanges;
6943
- /** Gets or sets the current playback position, in seconds . */
6944
- preload: string ;
6943
+ /** Gets or sets a value indicating what data should be preloaded, if any . */
6944
+ preload: "none" | "metadata" | "auto" | "" ;
6945
6945
readonly readyState: number;
6946
6946
readonly remote: RemotePlayback;
6947
6947
/** Returns a TimeRanges object that represents the ranges of the current media resource that can be seeked. */
Original file line number Diff line number Diff line change 1554
1554
"comment" : " Gets or sets the current playback position, in seconds."
1555
1555
},
1556
1556
"preload" : {
1557
- "comment" : " Gets or sets the current playback position, in seconds ."
1557
+ "comment" : " Gets or sets a value indicating what data should be preloaded, if any ."
1558
1558
},
1559
1559
"networkState" : {
1560
1560
"comment" : " Gets the current network activity for the element."
Original file line number Diff line number Diff line change 2792
2792
}
2793
2793
}
2794
2794
}
2795
+ },
2796
+ "HTMLMediaElement" : {
2797
+ "properties" : {
2798
+ "property" : {
2799
+ "preload" : {
2800
+ "overrideType" : " \" none\" | \" metadata\" | \" auto\" | \"\" "
2801
+ }
2802
+ }
2803
+ }
2795
2804
}
2796
2805
}
2797
2806
},
You can’t perform that action at this time.
0 commit comments