Skip to content

Commit ace9587

Browse files
foolipddbeck
andauthored
Mark MediaRecorder as Baseline high with compute_from (#3157)
Co-authored-by: Daniel D. Beck <[email protected]>
1 parent c099527 commit ace9587

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

features/mediastream-recording.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: MediaStream recording
22
description: The `MediaRecorder` API captures data generated by `MediaStream` or `HTMLMediaElement` objects for analysis, processing, or saving to disk. Also known as the Media Recording API.
33
spec: https://w3c.github.io/mediacapture-record/
4+
status:
5+
compute_from:
6+
- api.MediaRecorder.isTypeSupported_static
7+
- api.MediaRecorder.MediaRecorder
8+
- api.MediaRecorder.start
9+
- api.MediaRecorder.state
10+
- api.MediaRecorder.stop
411
compat_features:
512
- api.BlobEvent
613
- api.BlobEvent.BlobEvent

features/mediastream-recording.yml.dist

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: false
6-
support: {}
5+
baseline: high
6+
baseline_low_date: 2021-04-26
7+
baseline_high_date: 2023-10-26
8+
support:
9+
chrome: "49"
10+
chrome_android: "49"
11+
edge: "79"
12+
firefox: "25"
13+
firefox_android: "25"
14+
safari: "14.1"
15+
safari_ios: "14"
716
compat_features:
817
# baseline: high
918
# baseline_low_date: 2020-09-16
@@ -36,6 +45,7 @@ compat_features:
3645
- api.MediaRecorder.isTypeSupported_static
3746
- api.MediaRecorder.start
3847

48+
# ⬇️ Same status as overall feature ⬇️
3949
# baseline: high
4050
# baseline_low_date: 2021-04-26
4151
# baseline_high_date: 2023-10-26

0 commit comments

Comments
 (0)