Installing service and web workers #944
Unanswered
craigbilner
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the best practice for installing workers?
For my webworker the only way I could get it to work was to create in a
useEffect
hook using a path to root and serving a.js
file fromstatic
. Ideally I'd like to use.ts
but the auto createdContent-Type
is incorrect.Beta Was this translation helpful? Give feedback.
All reactions