Re: [whatwg] Fullscreen API and out-of-process <iframe>

On Mon, Jul 28, 2014 at 9:03 AM, Anne van Kesteren <annevk@annevk.nl> wrote:

> (How are animation frames synchronized across <iframe>
> boundaries?)
>

requestAnimationFrame specifies that the callback fires for all iframes
within the same task, but it's not black-box observable between
cross-origin iframes so it doesn't matter.

- James

Received on Monday, 28 July 2014 18:28:27 UTC