Re: [Exposed] attribute on our APIs

On 20 May 2015 at 12:57, Mathieu Hofman <Mathieu.Hofman@citrix.com> wrote:
> While using the `srcObject` is the specified way to attach a MediaStream to a VideoElement, both Firefox and Chrome still support the `createObjectURL` API.
> The generated URL is tied to the domain, and *today* can be used in other windows. Here is a fiddle to show this: http://jsfiddle.net/mhofman/z5ake180/

As Harald says, that wasn't an intended feature.  And it will stop
working in the near future in Firefox.  It doesn't (reliably) work in
Nightly due to changes to our process architecture, though it requires
some changes to hidden configuration to cause a break currently.

Received on Wednesday, 20 May 2015 21:23:18 UTC