FF149 Relnote: HTMLMediaElement.captureStream()#43323
Merged
hamishwillee merged 2 commits intomdn:mainfrom Mar 6, 2026
Merged
Conversation
hamishwillee
commented
Mar 3, 2026
|
|
||
| {{Compat}} | ||
|
|
||
| ### Firefox-specific notes |
Collaborator
Author
There was a problem hiding this comment.
The changes in this doc are almost all layout. This bit is a removal to BCD in mdn/browser-compat-data#29165.
8 tasks
Contributor
|
Preview URLs (2 pages) External URLs (1)URL:
(comment last updated: 2026-03-05 23:59:20) |
chrisdavidmills
approved these changes
Mar 3, 2026
Contributor
chrisdavidmills
left a comment
There was a problem hiding this comment.
Looking good, @hamishwillee; just a couple of little bits for you to consider before you merge.
Collaborator
Author
|
Thanks very much @chrisdavidmills - I accepted all your suggestions and will merge. |
Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
2340fb2 to
11d7320
Compare
jdatapple
pushed a commit
to jdatapple/content
that referenced
this pull request
Mar 6, 2026
* FF149 Relnote: HTMLMediaElement.captureStream() * Apply suggestions from code review Co-authored-by: Chris Mills <chrisdavidmills@gmail.com> --------- Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FF149 adds support for
HTMLElement.captureStream()in https://bugzilla.mozilla.org/show_bug.cgi?id=2017708This adds a release note, and also updates the method docs to tidy up layout and remove notes that should be in BCD (being looked at in mdn/browser-compat-data#29165)
Related work for this can be tracked in #43215