Re: Constraints as a separate interface

On 16 October 2013 10:59, Jan-Ivar Bruaroey <jib@mozilla.com> wrote:
> Unfortunately, MediaRecorder already inherits from EventTarget and webidl
> doesn't allow multiple inheritance, so that one gets a little ugly.

It does allow mixins using the "implements" keyword, which might suck,
but could be used as a workaround.

Received on Wednesday, 16 October 2013 20:47:16 UTC