|
|
|
|
|
by eueueu
4033 days ago
|
|
It's trivial to periodically pass control back to the UI with setTimeout or setInterval. So doing something that takes 8s doesn't have to block the UI at all. The "without webworkers" version should be renamed to "Naively programmed version" or something. |
|