Skip to content
New issue

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

"optional catch binding" causes compatibility issue in older browsers #16

Open
KennanChan opened this issue Sep 6, 2023 · 1 comment

Comments

@KennanChan
Copy link

While working on my project, I encountered an "Unexpected token {" error in an Android webview.
This error is caused by the fact that the current version of Chrome (65.0.3325.109) does not support "optional catch binding".
To ensure maximum compatibility, it may be reasonable for this library to add catch binding.
image

@SamVerschueren
Copy link
Owner

Isn't WebView handled by Chrome these days? Chrome 65 is like a very old version. Which Android version is this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants