On 9/27/14, 9:52 AM, Mark S. Miller wrote:
What happens if someone runs(function f() {setImmediate(f);})(); in a web page?
You get into https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/setImmediate/Overview.html#processingmodel step 5, which waits forever (modulo back/forward caches) because the document is not fully active.
-Boris _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

