Join Slack
Powered by
hi, just random question. If you can load a script...
# scripting
m
maniccompression
10/22/2016, 12:26 PM
hi, just random question. If you can load a script file from a URL:
Copy code
engine.eval(new java.io.FileReader("<https://foo.github.io/main.js>"));
can it load other scripts as well? so that main.js is just an entrypoint that delegates to other files.js
3
Views
Open in Slack
Previous
Next