On Sat, Sep 27, 2014 at 3:52 PM, Mark S. Miller <[email protected]> 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/ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

