Re: [Exposed] attribute on our APIs

On 19 May 2015 at 03:45, Harald Alvestrand <harald@alvestrand.no> wrote:
> - There is one browser maker (Mozilla) that has said that implementing
> access to the MediaStreamTrack object in a Worker is a major engineering
> effort - so it's not cheap.

To be clear, I don't think that Workers are the problem, as long as it
is a dedicated worker.  The problem with structured clone is that it
implies postMessage, which for us could mean cross process transfer of
the media.

Received on Tuesday, 19 May 2015 16:30:20 UTC