My intent was not to refer to a nonstd api. Instead, what happens with

    (function f() {setTimeout(f, 0);})();

in a web page that is navigated away from?


On Sat, Sep 27, 2014 at 9:56 AM, Anne van Kesteren <ann...@annevk.nl> wrote:

> On Sat, Sep 27, 2014 at 3:52 PM, Mark S. Miller <erig...@google.com>
> wrote:
> > What happens if someone runs
> >
> >     (function f() {setImmediate(f);})();
> >
> > in a web page?
>
> As far as I can tell from
> https://developer.mozilla.org/en-US/docs/Web/API/Window.setImmediate
> that seems like a proprietary API from Microsoft. What would it do at
> a specification level?
>
>
> --
> https://annevankesteren.nl/
>



-- 
    Cheers,
    --MarkM
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to