Skip to content

Commit b5d4286

Browse files
committed
Fixed typo
1 parent 97943c4 commit b5d4286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

0 commit comments

Comments
 (0)