- From: <bugzilla@jessica.w3.org>
- Date: Sat, 14 Jul 2012 20:44:44 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17765
Masatoshi Kimura <VYV03354@nifty.ne.jp> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |VYV03354@nifty.ne.jp
--- Comment #11 from Masatoshi Kimura <VYV03354@nifty.ne.jp> 2012-07-14 20:44:43 UTC ---
If all relevant APIs need to be updated anyway, why did you avoid taking a blob
paramater directly in the first place?
audio.src = new Blob([...], {type:audio/webm});
would be much more concise and intuitive. Also that has no backward
compatibility problem because we don't have to change createObjectURL().
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Saturday, 14 July 2012 20:44:45 UTC