SansDK

Results 5 comments of SansDK

This is quite an old issue, but it still affects me sometimes. @pedrovsp have you found a workaround in the meantime? I've read that https://www.npmjs.com/package/default-passive-events could fix the warning, but...

So I tried the `default-passive-events` package, which does exactly what it says it does, but this throws errors in the Chrome console because `event.preventDefault()` is then called on passive events....

This issue is > 3 years old. What's the current status of this?

Hey @klausj, It's been a while since you opened this issue, do you have any kind of solution / workaround on how to use a web worker in an Angular...

Thanks for the explanation and the example, very useful!