Hi,
you can load a JavaScript file in D8 with the load(fileName) function e.g.
load('test.js');
Be aware that V8 is a JavaScript engine but not an HTML renderer (that's
Blink). This means that DOM elements (e.g. the window or document objects)
are not supported in D8.
Cheers,
Michael
On Wednesday, June 17, 2015 at 7:24:44 AM UTC+2, shubham goswami wrote:
>
> Hi
>
> I have an index.html file which calls a javascript file. This javascript
> file in turn calls some other javascript files. How do I run multiple
> javascript files using v8 engine?
> Also, are there any tutorials available on internet which can help in
> writing code to run javascript using v8?
>
> Thanks
>
--
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
---
You received this message because you are subscribed to the Google Groups
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.