diff options
Diffstat (limited to 'src/proxyClient.js')
-rw-r--r-- | src/proxyClient.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/proxyClient.js b/src/proxyClient.js new file mode 100644 index 00000000..645ccca6 --- /dev/null +++ b/src/proxyClient.js @@ -0,0 +1,5 @@ + +// proxy to/from worker + +var worker = new Worker('{{{ filename }}}.js'); + |