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

Conversation

foolip
Copy link
Collaborator

@foolip foolip commented Jul 17, 2025

This looks like a simple oversight.

This looks like a simple oversight.
@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label Jul 17, 2025
@@ -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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature definition Creating or defining new features or groups of features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants