Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Latest commit

 

History

History
40 lines (30 loc) · 2.25 KB

rx.async.md

File metadata and controls

40 lines (30 loc) · 2.25 KB

RxJS Async Module

The Reactive Extensions for JavaScript provides support for bridging to events, promises, callbacks, Node.js-style callbacks and more. This module includes all of that functionality. In addition, this also supports taking ordinary functions and turning them into asynchronous functions via Observable sequences.

This comes with both rx.async.js which is for use in modern development environments such as > IE9 and server-side environments such as Node.js. We also have rx.async.compat.js which has backwards compatibility to browsers which do not support all required ES5 features.

Details

Files:

NPM Packages:

NuGet Packages:

File Dependencies:

NuGet Dependencies:

Included Observable Operators

Observable Methods