Skip to content
Merged
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
7 changes: 7 additions & 0 deletions features/mediastream-recording.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
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.isTypeSupported_static
- api.MediaRecorder.MediaRecorder
- api.MediaRecorder.start
- api.MediaRecorder.state
- api.MediaRecorder.stop
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: "49"
chrome_android: "49"
edge: "79"
firefox: "25"
firefox_android: "25"
safari: "14.1"
safari_ios: "14"
compat_features:
# baseline: high
# baseline_low_date: 2020-09-16
Expand Down Expand Up @@ -36,6 +45,7 @@ compat_features:
- api.MediaRecorder.isTypeSupported_static
- api.MediaRecorder.start

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