We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Does the shared worker feature is planned ? I also think that it could be nice for your Stockroom's state management system
The text was updated successfully, but these errors were encountered:
I believe worker-loader supports it. Isn't SharedWorker deprecated though?
worker-loader
Sorry, something went wrong.
worker-loader don't seem to support it: https://github.com/webpack-contrib/worker-loader/search?q=shared Else I don't think that SharedWorker are deprecated, but to be honest I don't used it a lot: There are not deprecation mentions on: https://developer.mozilla.org/en-US/docs/Web/API/SharedWorker
I think that I will try to implement it in free time
It looks like worker-loader now implements this by letting you change the constructor name: https://github.com/webpack-contrib/worker-loader/blob/08fa5c5c9984b9dda46c422d65ef83c92f2ef368/README.md#worker
I don't know if a similar thing could be applied to workerize-loader (given that SharedWorkers require you to use .port) somewhere around here:
.port
workerize-loader/src/index.js
Line 158 in 7f649ef
No branches or pull requests
Hi,
Does the shared worker feature is planned ?
I also think that it could be nice for your Stockroom's state management system
The text was updated successfully, but these errors were encountered: