diff options
author | NateN1222 <nathannichols454@gmail.com> | 2017-10-28 10:38:20 -0500 |
---|---|---|
committer | NateN1222 <nathannichols454@gmail.com> | 2017-10-28 10:38:20 -0500 |
commit | da22a14cd285d6646db7b7d1ce1281689d01159f (patch) | |
tree | f2b14931e983086ea4546ba421e12e25650c87db /evaluation test/README | |
parent | f9bd00d49a9de977ecbf75b5fda6d0372483b2e2 (diff) |
cleaned up source and added license info
Diffstat (limited to 'evaluation test/README')
-rw-r--r-- | evaluation test/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/evaluation test/README b/evaluation test/README new file mode 100644 index 0000000..074a524 --- /dev/null +++ b/evaluation test/README @@ -0,0 +1,7 @@ +The file test.js is set up to run the same code that the background script uses to evaluate Javascript. + +To use, copy the appropriate functions from main_background.js ("full_evaluate" and anything that it references). Then, build the script with browserify by running: + +browserify test.js -o test_bundle.js + +and load the file "index.js" with a web browser. |