- From: Miguel Casas-Sanchez via GitHub <sysbot+gh@w3.org>
- Date: Mon, 21 Dec 2015 18:40:51 +0000
- To: public-media-capture@w3.org
miguelao has just submitted a new pull request for https://github.com/w3c/mediacapture-record: == mimeType does not need a default value; isTypeSupported("") should return ```true``` == Two things: - removing the "" part of mimeType in the options dictionary since the dictionary itself is optional, see discussion in the issue https://github.com/w3c/mediacapture-record/issues/40 - isTypeSupported() should return ```true``` when called with an empty MIME type, to line up with the constructor version of MIME, where an empty string means that the UA can freely choose whichever codecs might be most appropriate. (This lines up w/ Blink, Gecko does not implement this function). This is also related to https://github.com/w3c/mediacapture-record/issues/40. See https://github.com/w3c/mediacapture-record/pull/41
Received on Monday, 21 December 2015 18:40:52 UTC