Alexander Imenes
Alexander Imenes
PhantomJS does not support ES6 syntax. In the examples above, you use `() =>` when sending functions to `page.evaluate`. Functions sent to `page.evaluate` must conform to ES5 syntax. Try replacing...
```javascript page.evaluate(function () { return [1, 2, 3].map(x => x + 1); }) ``` This will not work in PhantomJS as you are using ES6 syntax. Arrow functions `() =>...
Seems like the Travis CI build fails to retrieve SlimerJS.
Any progress on this?
Thanks for the offer, but due to an ongoing masters degree I'm afraid I won't have time to maintain other projects than my own.
Updated to not cause conflicts with master (after new commits were added)
The `page.render` function accepts three arguments as can be seen on PhantomJSs API: [webpage.render](http://phantomjs.org/api/webpage/method/render.html). The first being the filename, the second being the format and the third being the quality....
Seems like a few things might be incorrect. Looks very strange. Could you give me the output of `:syntax` How to: 1. Open a JavaScript file in your Vim instance...