Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 2.16 KB

rx.async.md

File metadata and controls

39 lines (29 loc) · 2.16 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