This sounds like a good idea. On Jul 15, 2015 10:10 PM, "Jonas Sicking" <[email protected]> wrote:
> On Wed, Jul 15, 2015 at 12:42 PM, Jan-Ivar Bruaroey <[email protected]> > 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 > [email protected] > https://lists.mozilla.org/listinfo/dev-platform > _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

