jklongi

Results 3 comments of jklongi

I am also getting this in IE all version except Edge. Very hard to debugg since its inside the blob. Any news / suggestions on this? The solution by dosstx...

@dosstx Yes I did but it doesn't help. I cant get my code or nor even your example to work. Just facing the same error as @wyleung . I am...

I was actually able to (kind of) solve this by using the workerCode from version 1.1.0 and calling the worker with `this._worker = new Worker(window.URL.createObjectURL(new Blob([workerCode])));` So there is something...