We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rrweb
2.0.0-alpha.15
rrweb should work for browsers that do not support optional catch binding https://2ality.com/2017/08/optional-catch-binding.html. The compatibility note in the readme states that rrweb should work for browsers that support the MutationObserver API https://2ality.com/2017/08/optional-catch-binding.html. I did not check for other breaking changes, but possible there are
rrweb imports have ES2019 syntax which breaks old compatibility
prior to 2.0.0-alpha.15 the rrweb source code also had optional catch binding but was compiled to be more compatible in the dist files.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preflight Checklist
What package is this bug report for?
rrweb
Version
2.0.0-alpha.15
Expected Behavior
rrweb should work for browsers that do not support optional catch binding https://2ality.com/2017/08/optional-catch-binding.html. The compatibility note in the readme states that rrweb should work for browsers that support the MutationObserver API https://2ality.com/2017/08/optional-catch-binding.html. I did not check for other breaking changes, but possible there are
Actual Behavior
rrweb imports have ES2019 syntax which breaks old compatibility
prior to 2.0.0-alpha.15 the rrweb source code also had optional catch binding but was compiled to be more compatible in the dist files.
Steps to Reproduce
Testcase Gist URL
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: