JavaPoly icon indicating copy to clipboard operation
JavaPoly copied to clipboard

Web Worker

Open willtennien opened this issue 8 years ago • 1 comments

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');

willtennien avatar Aug 04 '17 21:08 willtennien

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.

jdstroy avatar Jan 24 '21 22:01 jdstroy