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

Hi guys, i'm trying to make the web worker works. However the following error appears: ErrorEvent {isTrusted: true, message: "Uncaught SyntaxError: Unexpected token '{'", filename: "blob:http://localhost:4200/6abd4d3b-1515-47bc-910e-73fd18189d74", lineno: 3, colno: 64, ...

ngx-web-worker\web-worker.service.ts is missing from the Typescript Compilation Please Make Sure it is in your tsconfig via the 'files' or 'include' property ![error web worker service](https://user-images.githubusercontent.com/30930967/96086076-5581d500-0edf-11eb-9264-f978dbf5b2c5.png)

Please publish the latest version 8.0.1. This will remove deprecated dependencies.

It think it may be usefull to be able to return partially results from worker using observable for example.

Hello, I need to use the webworker to run a function that communicates with a rest api. I tried some ways, but its not working. That's what i tried: >...

![image](https://user-images.githubusercontent.com/49068088/65299649-0196a680-db8e-11e9-8064-0c7c3364ce6e.png) Hi, i have an issue in with ngx-web-worker after upgrading from angular 7 to 8. in 7 it was working fine then after upgrade it shows: node_modules/ngx-web-worker/dist/web-worker.service.js' implicitly has...

In the Angular 7 app, I have this warning in the console. ./node_modules/ngx-web-worker/node_modules/@angular/core/fesm5/core.js 17170:15-36 Critical dependency: the request of a dependency is an expression

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. Commits - [`be87d30`](https://github.com/lodash/lodash/commit/be87d303941222b97c482755afc0f4a77ce46c30) Bump to v4.17.14. - [`a6fe6b1`](https://github.com/lodash/lodash/commit/a6fe6b1e174fd02b5e60eb2664405f4c1262c300) Rebuild lodash and docs. - [`e371828`](https://github.com/lodash/lodash/commit/e37182845f16715a0d1c391c8662d83c55609cee) Bump to v4.17.13. - [`357e899`](https://github.com/lodash/lodash/commit/357e899e685872b4af5403ecc4b2a928f961ae63) Rebuild lodash and docs. -...

dependencies

I see that it returns a promise of the function, ``` const promise = this._webWorkerService.run(this.someCPUHeavyFunction, input); promise.then(result => console.log(result)); ``` How can I use a worker to receive a websocket...