https://kotlinlang.org logo
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.