File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ compat_features:
6969 - api.MediaError
7070 - api.MediaError.code
7171 - api.MediaError.message
72+ - api.TimeRanges
73+ - api.TimeRanges.end
74+ - api.TimeRanges.length
75+ - api.TimeRanges.start
7276 - html.elements.video
7377 - html.elements.video.autoplay
7478 - html.elements.video.controls
Original file line number Diff line number Diff line change @@ -245,6 +245,22 @@ compat_features:
245245 # safari_ios: "5"
246246 - api.HTMLMediaElement.preload
247247
248+ # baseline: high
249+ # baseline_low_date: 2015-07-29
250+ # baseline_high_date: 2018-01-29
251+ # support:
252+ # chrome: "6"
253+ # chrome_android: "18"
254+ # edge: "12"
255+ # firefox: "4"
256+ # firefox_android: "4"
257+ # safari: "3.1"
258+ # safari_ios: "2"
259+ - api.TimeRanges
260+ - api.TimeRanges.end
261+ - api.TimeRanges.length
262+ - api.TimeRanges.start
263+
248264 # baseline: high
249265 # baseline_low_date: 2015-07-29
250266 # baseline_high_date: 2018-01-29
You can’t perform that action at this time.
0 commit comments