Rxjs compatibility with old browsers #7404
Answered
by
benlesh
dovranJorayev
asked this question in
Q&A
-
Help me please to define is rxjs latest versions usable with old browsers (e.g chromium v65-75), or i forced to use old versions of rxjs (e.g v4-v5). Tried to search on internet and local communities but could not get an answer? |
Beta Was this translation helpful? Give feedback.
Answered by
benlesh
Jan 22, 2024
Replies: 1 comment 4 replies
-
I guess I don't know what you're trying to do that isn't compatible? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whoa... polyfills for promises? So you're talking like 2013 or earlier? You might want to use RxJS 5 if that's the case, because I think in v6 or v7 we stopped supporting browsers that don't have promise implementations. Then again, if you polyfill that, I'd expect things to work with RxJS 7 and 8.