Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

>Nothing will display if there is an infinite loop.

Did someone solve the halting problem while I wasn't looking?



I assume it just computes every step, and then displays them all.


This is exactly what's going on. You can't get a reflow on the page without giving up control, and I didn't want to require people to write asynchronous code to give up control after every swap. So it runs your code and queues up actions, to be played back when its done. This is also why you have to use the methods on VA instead of working directly on the array.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: