From da22a14cd285d6646db7b7d1ce1281689d01159f Mon Sep 17 00:00:00 2001 From: NateN1222 Date: Sat, 28 Oct 2017 10:38:20 -0500 Subject: cleaned up source and added license info --- evaluation test/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 evaluation test/README (limited to 'evaluation test/README') 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. -- cgit v1.2.3