Skip to content
Discussion options

You must be logged in to vote

Update in case someone has similar issues:

So far, the Client and the communication with the web worker was not the problem. But thanks for the suggestions. I had trouble to launch the web worker itself in Angular.

Based on the Documentation here I was able to create a javascript file which supports my grammar. Anyway, once I tried to launch the web worker with a relative path to the script in an Angular component, angular seemed to compile the web worker javascript again and tried to attach some babel features for await operations in the script:

var _asyncToGenerator = require("<path_to_project>/node_modules/@babel/runtime/helpers/asyncToGenerator").default;

This resolved in an error ang…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@msujew
Comment options

@Franz-Ritter
Comment options

@msujew
Comment options

@Franz-Ritter
Comment options

@msujew
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Franz-Ritter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants