Skip to content

Mark MediaRecorder as Baseline high with compute_from #3157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions features/mediastream-recording.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: MediaStream recording
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 or the MediaRecorder API.
spec: https://w3c.github.io/mediacapture-record/
status:
compute_from: api.MediaRecorder.MediaRecorder
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we pin this to this set of keys? (Plus refreshing the dist file.)

Suggested change
compute_from: api.MediaRecorder.MediaRecorder
compute_from:
- api.MediaRecorder.isTypeSupported_static
- api.MediaRecorder.MediaRecorder
- api.MediaRecorder.start
- api.MediaRecorder.state
- api.MediaRecorder.stop

When I looked for example usage of this API, these came up in especially prominent examples on MDN and developer.chrome.com.

This doesn't shift the Baseline date, but it does bump the Chrome version floor up a little.

compat_features:
- api.BlobEvent
- api.BlobEvent.BlobEvent
Expand Down
14 changes: 12 additions & 2 deletions features/mediastream-recording.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support: {}
baseline: high
baseline_low_date: 2021-04-26
baseline_high_date: 2023-10-26
support:
chrome: "47"
chrome_android: "47"
edge: "79"
firefox: "25"
firefox_android: "25"
safari: "14.1"
safari_ios: "14"
compat_features:
# baseline: high
# baseline_low_date: 2020-09-16
Expand All @@ -20,6 +29,7 @@ compat_features:
- api.BlobEvent.BlobEvent
- api.BlobEvent.data

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2021-04-26
# baseline_high_date: 2023-10-26
Expand Down