Skip to content

Commit

Permalink
Update Chromium data for api.MediaRecorder.error_event (#23484)
Browse files Browse the repository at this point in the history
* Update Chromium data for api.MediaRecorder.error_event

This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `error_event` member of the `MediaRecorder` API. This fixes #21687, which contains the supporting evidence for this change.

* Update api/MediaRecorder.json

Co-authored-by: Florian Scholz <[email protected]>

---------

Co-authored-by: Florian Scholz <[email protected]>
  • Loading branch information
queengooborg and Elchi3 authored Jun 26, 2024
1 parent b9d858d commit 8e4ea7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/MediaRecorder.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
"chrome": {
"version_added": "49",
"partial_implementation": true,
"notes": "The interface for this event is a plain <a href='https://developer.mozilla.org/docs/Web/API/Event'><code>Event</code></a>, not <a href='https://developer.mozilla.org/docs/Web/API/MediaRecorderErrorEvent'><code>MediaRecorderErrorEvent</code></a>. See <a href='https://crbug.com/1250432'>bug 1250432</a>."
"notes": "The interface for this event is a plain <a href='https://developer.mozilla.org/docs/Web/API/Event'><code>Event</code></a>, not <a href='https://developer.mozilla.org/docs/Web/API/ErrorEvent'><code>ErrorEvent</code></a>. See <a href='https://crbug.com/1250432'>bug 1250432</a>."
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down

0 comments on commit 8e4ea7f

Please sign in to comment.