On Wed, Jul 15, 2015 at 12:42 PM, Jan-Ivar Bruaroey <j...@mozilla.com> wrote:
> This means it will throw TypeError on set of: MediaSource objects, Blob
> objects, and File objects, for now.

For what it's worth, I think implementing Blob/File support would be
quite trivial. Just make

elem.srcObject = blob;

internally call

URL.revokeObjectURL(this.mOldObjectURL);
this.mOldObjectURL = URL.createObjectURL(blob);
LoadSrc(this.mOldObjectURL);

/ Jonas
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to