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

Updating is different than reading. Having concurrent reads would be a good thing.


I do not see a big benefit from that. Reading from the DOM will already be fast and can be handled in one thread. And you won't have concurrent reads if another thread is writing to the DOM.

I think the designers of web workers made this decision thoughtfully. Other environments like iOS and Android only have one UI thread as well.




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

Search: