0.1.2 • Published 4 years ago

owp v0.1.2

Weekly downloads
5
License
Apache-2.0
Repository
-
Last release
4 years ago

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

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

5 years ago

0.0.1

5 years ago