Skip to content

Commit f48101a

Browse files
authored
Remove redundant "also known as" for MediaRecorder (#3252)
This name is already at the start of the description.
1 parent aa15a33 commit f48101a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/mediastream-recording.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: MediaStream recording
2-
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.
2+
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/
44
compat_features:
55
- api.BlobEvent

0 commit comments

Comments
 (0)