This package has been deprecated

Author message:

Please use observables-with-streams instead

owp
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Observables with Streams

npm install --save owp

A collection of observables built with streams.

This library is inspired by ReactiveX’s operators and implements a subset of them using streams.

The goal of this library is to implement observables making as much use of the platform as possible and being highly treeshakeable.

While most browsers have partial support of streams in stable, this library makes heavy use of TransformStreams, which are currently not well supported.

For a good primer about streams, read this blog post by Jake Archibald (he is aware the title hasn’t aged well).


License Apache 2.0

Dependencies (1)

Dev Dependencies (10)

Package Sidebar

Install

npm i owp

Weekly Downloads

0

Version

0.1.2

License

Apache-2.0

Unpacked Size

149 kB

Total Files

148

Last publish

Collaborators

  • surma