Re: [RequestAnimationFrame] don't invoke potentially modified methods

On Wed, Jul 9, 2014 at 10:52 PM, Philippe Le Hegaret <plh@w3.org> wrote:
> That seems an appropriate change since now() can be modified.
>
> How about:
> [[
> 1. Let time be the result of invoking the initial value of the now
> property of the initial performance object, with no argument.
> ]]

You only need to get the initial value of the performance property on
the global object and invoke the now() method on the object that
returns, right?


-- 
http://annevankesteren.nl/

Received on Friday, 11 July 2014 08:36:36 UTC