-
-
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
Support Vue.js #188
Comments
There is a first (failing) test case here: com.gargoylesoftware.htmlunit.libraries.VueTest |
Finding 1: If you like you can try something like this as a workaround
The reason is the same as #60. The Rhino issue is mozilla/rhino#403. |
Made a first update of core-js. At least my super simple first test passes. |
Yesterday i have added another test case - this time a simple button with an action. Works also fine with the lastest core-js. |
@rbri Have you gotten time to figure out what is causing the vue.js error in the issue above |
Sorry not really. Have done many things (see twitter for some of them). The most important are the fixes for NodeList - this hopefully brings some real progress for our js support. Will focus on finishing the FF79 and EDGE stuff during this week and can hopefully make a new version next weekend. Then i can come back to this. |
@rbri That sounds great :) |
use strict comes from: HtmlUnit/htmlunit#188 but appears to go wrong in gzipped results.
use strict comes from: HtmlUnit/htmlunit#188 but appears to go wrong in gzipped results.
use strict comes from: HtmlUnit/htmlunit#188 but appears to go wrong in gzipped results.
use strict comes from: HtmlUnit/htmlunit#188 but appears to go wrong in gzipped results.
This bug in mozilla/rhino#913 will prevent this construct which is used in Vue from working
This can be quickly verified by https://www.jdoodle.com/execute-rhino-online/ |
see #755 |
Seems like this framework gets more and more popular.
This issue is about making sites using Vue.js working with HtmlUnit.
The text was updated successfully, but these errors were encountered: