Closed
Bug 1248938
Opened 10 years ago
Closed 10 years ago
MediaRecorder.isTypeSupported is missing
Categories
(Core :: Audio/Video: Recording, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 963238
People
(Reporter: ashley, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2645.4 Safari/537.36
Steps to reproduce:
Firefox shipped with the MediaRecorder API a while ago, but there is neither MediaRecorder.isTypeSupported or MediaRecorder.canRecordMimeType (from various spec versions; isTypeSupported appears to be the latest).
Actual results:
MediaRecorder.isTypeSupported is undefined.
Expected results:
It should be a static function that returns which types are supported, e.g. MediaRecorder.isTypeSupported("video/webm;codecs=vp8")
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•