any-observable
Observable polyfill
Supports any Observable library and provides polyfills
Support any Observable library and polyfill
70 stars
10 watching
12 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/is-observable | Tool to check if a value is an Observable | 40 |
sindresorhus/observable-to-promise | Converts an Observable to a Promise for asynchronous data handling | 47 |
sindresorhus/filter-obj | Filters keys and values in an object based on specified conditions | 102 |
sindresorhus/object-assign | Provides a polyfill for the ES2015 Object.assign() method to support older browsers and environments. | 920 |
sindresorhus/p-filter | Tool for filtering and concurrent execution of promises with an adjustable concurrency level | 73 |
sindresorhus/p-some | Wait for a specified number of promises to be fulfilled | 36 |
sindresorhus/p-any | A utility function to wait for any of multiple promises to be fulfilled with cancellation support. | 55 |
sindresorhus/globals | Provides a list of global variables from different JavaScript environments. | 416 |
shagglund/observable-store | A Flux-like store and subscriber components based on RxJS observables | 0 |
sindresorhus/p-reduce | Transforms an asynchronous list into a single value by applying a reduction function | 68 |
sindresorhus/yn | A utility for parsing yes/no like values with optional typo tolerance | 268 |
sindresorhus/p-all | Concurrently execute multiple promise-returning functions with optional concurrency limits. | 318 |
benlesh/symbol-observable | Pollyfills Symbol.observable to make it available in environments where it doesn't exist by default | 186 |
sindresorhus/uint8array-extras | A utility library for working with binary data in JavaScript | 214 |
sindresorhus/p-event | Promises an event by waiting for it to be emitted, allowing asynchronous iteration and rejection handling. | 429 |