Join Slack
Powered by
<@U0BFDUP0E> `setTimeout` is still used for `delay...
# coroutines
e
elizarov
01/14/2018, 6:38 AM
@jw
setTimeout
is still used for
delay
. The change was to stop doing
setTimeout(..., 0)
and switch to
window.postMessage
with hand-written queue.
Open in Slack
Previous
Next