-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
❤️ Replace the Rhino based JavaScript engine ❤️ #755
Comments
Which engine(s) are you considering? And will you implement via ports & adapters where users will be able to choose which engine to use, or will you completely switch to a new one? Would be interesting to be able to hot swap the engine. For example, if I know a page is not working correctly with Rhino (live scrolling for example), I could hot swap to the other js engine before loading the page, do what I need to do and then hot swap back. Would allow for slow rollout as people would start using the new engine more and more as you work to refactor and integrate it while adding more js features and fixing issues. |
HtmlUnit uses a slightly modified version of the latest code of the Rhino (https://github.com/mozilla/rhino) js engine. During the years we also provide many fixes and improvements to the project (https://github.com/mozilla/rhino/commits/master/?author=rbri). Adding support for more modern js syntax is really hard, because Rhino tries to be backward compatible (for good reasons) (eg. mozilla/rhino#1431).
Therefore i like to try to switch to another javascript engine.
This will require time and effort - you can support this via
Will use this issue to inform about the progress.
Funding
The text was updated successfully, but these errors were encountered: