This repository was archived by the owner on Apr 20, 2018. It is now read-only.
RxJS Release 2.2.12
·
2020 commits
to master
since this release
This is a minor update from 2.2.12 with the following changes.
ChangeList:
- Fixed
TestScheduler.createHotObservable
to handle multiple observers Issue #89 - Using
MutationObserver
orWebKitMutationObserver
as a scheduling mechanism Issue #91
The TestScheduler
will now use the following logic to determine the fastest immediate scheduling if available:
MutationObserver
orWebKitMutationObserver
process.nextTick
in Node.jswindow.setImmediate
window.postMessage
window.MessageChannel
script.readystatechanged
with script injectionwindow.setTimeout