You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
I am not sure if should add a pull-request but made the following changes: janober@29cf7c5
So now it is possible to use whatever you want in the parser. Like for example the following:
'''
var modules = {console: console, whatEver: whatEver};
scraper.run(html, parseScript, modules);
'''
Now you can use "whatEver" and also for exampe "console.log".
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can we add a reference to 'paths' into the vm sandbox ?
The text was updated successfully, but these errors were encountered: