File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 77* Fixed a bug in binary heap implementation (used internally by ` delay ` ) which could have resulted in wrong delay time in rare circumstances.
88* Coroutines library for [ Kotlin/JS] ( js/README.md ) :
99 * ` Promise.asDeferred ` immediately installs handlers to avoid "Unhandled promise rejection" warning.
10- * Use ` window.setMessage ` instead of ` setTimeout ` for coroutines inside the browser to avoid timeout throttling (see #194 ).
10+ * Use ` window.postMessage ` instead of ` setTimeout ` for coroutines inside the browser to avoid timeout throttling (see #194 ).
1111 * Use custom queue in ` Window.awaitAnimationFrame ` to align all animations and reduce overhead.
1212 * Introduced ` Window.asCoroutineDispatcher() ` extension function.
1313
You can’t perform that action at this time.
0 commit comments