Re: removing createObjectURL

On 12 September 2013 22:33, Adam Bergkvist <adam.bergkvist@ericsson.com> wrote:
> In addition to transferring objects with postMessage()'s third argument, you
> can send certain objects (File, FileList, Blob, ...) as the first "message"
> argument (of type any) [1]. Objects sent that way are cloned, not
> transferred, and are still usable on the sending side after being sent.

I guess that I could live with that, if you could convince me that
this isn't going to be a problem for people who create a MediaStream
with exclusive access to the source.  We haven't enacted that
constraint yet, but it keeps coming up.

Received on Friday, 13 September 2013 17:58:10 UTC