ngx-web-worker icon indicating copy to clipboard operation
ngx-web-worker copied to clipboard

Web worker for angular.

Results 13 ngx-web-worker issues
Sort by recently updated
recently updated
newest added

Would it be possible to include type definitions in npm package for better usability with typescript projects?

I am working on an Angular 6 app, and I am trying to use a web worker `Worker` (via `ngx-web-worker`) to perform some complex and CPU-expensive operations. I have the...

This is not an ISSUE, This is HELP WANTED.I want to do some heavy JSON process using defiantJS([http://defiantjs.com/](url)). But I don't know how to import this inside the webworker. I...