You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, …}
I made some research and it could be because i don't have a loader for the workservice?
My project is in angular 8 and created by Angular CLI.
Best regards,
The text was updated successfully, but these errors were encountered:
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, …}
I made some research and it could be because i don't have a loader for the workservice?
My project is in angular 8 and created by Angular CLI.
Best regards,
The text was updated successfully, but these errors were encountered: