-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workers #137
Workers #137
Conversation
I was planning to use workerize-loader for this, but that library has a very nasty bug that blocks me from using it. I also tried with Webpack's worker-loader but it doesn't provide the same plug-and-play workflow as Workerize. I will look into making a PR to workerize-loader to get it to work, as it's a great tool without the bug. |
I got workerize-loader working and made a PR to that project too. While we wait for the upstream change, I included a patch in this PR that will automatically be applied when installing dependencies. |
Put the HFP fetching and caching in another thread for better UI performance. Based on PR #136, so merge that first.