Boris Zbarsky (2014-10-15T02:50:12.000Z)
On 9/26/14, 10:03 PM, Boris Zbarsky wrote:
> 2)  Say someone runs this in a web page:
>
>    (function f() Promise.resolve().then(f))()
>
> what should happen when the user navigates away from that web page and why?

Given the lack of response from other implementors, I guess we'll just 
implement whatever is simplest in Gecko for now...

-Boris
domenic at domenicdenicola.com (2014-10-22T21:57:41.592Z)
On 9/26/14, 10:03 PM, Boris Zbarsky wrote:
> 2)  Say someone runs this in a web page:
>
> ```js
> (function f() Promise.resolve().then(f))()
> ```
>
> what should happen when the user navigates away from that web page and why?

Given the lack of response from other implementors, I guess we'll just 
implement whatever is simplest in Gecko for now...