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 7
7
* Fixed a bug in binary heap implementation (used internally by ` delay ` ) which could have resulted in wrong delay time in rare circumstances.
8
8
* Coroutines library for [ Kotlin/JS] ( js/README.md ) :
9
9
* ` 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 ).
11
11
* Use custom queue in ` Window.awaitAnimationFrame ` to align all animations and reduce overhead.
12
12
* Introduced ` Window.asCoroutineDispatcher() ` extension function.
13
13
You can’t perform that action at this time.
0 commit comments