Posted 26 August 2019, 7:14 pm EST
In Angular 8, web workers are now easily integrated into the app via CLI. However when trying to utilize the power of web workers with flexsheet, it doesn’t work.
https://www.grapecity.com/wijmo/demos/Grid/ImportExportPrint/PDF/WebWorkers/angular
The example of PDF export with webworkers is not downloadable, so I wasn’t able to see how it works in the IDE, but recreating it in Angular 8 by just copying component code over it was not compiling due to the limitations of Web Workers not being able to access DOM (or what I believe are flexsheet’s class access to DOM elements).
Is there any way I could see an example with flexsheet and web workers in Angular 8?