Re: removing createObjectURL

On 11 September 2013 02:27, Adam Bergkvist <adam.bergkvist@ericsson.com> wrote:
> createObjectURL() provides us with a link to a set of media sources that can
> be sent cross window. That functionality can be replicated by the ability to
> send a MediaStream (implicit clone) over postMessage(). Why complicate
> things and transfer ownership?

Please, no.  We're talking about removing createObjectURL().
createObjectURL() reverts to manual resource management, as opposed to
garbage collection.

Received on Wednesday, 11 September 2013 18:53:25 UTC