-
Notifications
You must be signed in to change notification settings - Fork 850
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
Support ES2015 default parameter for functions #678
Comments
Bootstrap 5 started using default parameters in its JavaScript code, so Selenium tests using the HtmlUnit driver all report the above error now, when using the un-minified code. The minified code produces this error:
|
I seem to be getting the same error with bootstrap using the non-minified code. When you tested, what version of bootstrap were you using? I'm hoping they didn't switch to default parameters for the non-min version. Thank you! |
That was version 5.0.1 (it's in the error message). Both the un-minified and the minified versions produce errors. They're just slightly different, so I posted the error the minified version produces to make this issue easier to search for. |
Closed by #1640 |
Hi.
I found such a js functon
would yield an exception:
Would it be possible to support default parameter for functions?
Thanks!
The text was updated successfully, but these errors were encountered: