[Bug 24292] Video and Audio constructors should accept File and Blob.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24292

--- Comment #3 from oao.hikaru.oao@gmail.com ---
(In reply to Philip Jägenstedt from comment #1)
> The HTMLMediaElement.srcObject suggestion in bug 23775 is relevant.
> 
> Also note that there is no Video constructor, not that it matters.

Thanks.
That mean we can write like this ?

var audio = new Audio();
audio.srcObject = file;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 14 January 2014 19:08:35 UTC