Observable polyfill #7545
streamich
started this conversation in
Ideas / Feature request
Replies: 1 comment
-
Also, should RxJS have its own one or should it work with/on top of an independent one, perhaps something like the novel observable-polyfill? If the above commits to remain 100% standards compliant, it would make sense to work on top of that. Perhaps with a few performance tweaks, in case. However, given that code is currently mimicking the WICG algorithm and description step by step might not be trivial to optimise for size and performance without deviating a bit from the literal mirroring of the WICG description... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now that
Observable
is part of the standard, what do you'll think about splitting therxjs
library into two pieces: (1) polyfill forObservable
standard, which can be loaded in Node.js and browsers that don't implement the standard, yet; (2) the remainingrxjs
functionality.Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions