JavaPoly
JavaPoly copied to clipboard
Web Worker
Hi there!
I'm trying to use JavaPoly in a web worker but import statements aren't yet supported in browsers. Is there a way to use JavaPoly in a Web Worker without imports?
Thank you!
Will
The code I'm trying to use is:
var worker = new Worker('path/on/server/to/src/webworkers/JavaPolyWorker.js');
You probably want to try contacting the original author(s) of JavaPoly -- the original repository is here: http://git.javadeploy.net/jimsproch/JavaPoly
This is just a mirror of that repository.