4.1.0 • Published 11 months ago
shared-worker-inline-loader v4.1.0
sharedworker-inline-loader
Why
Since I want to use sharedworker on CDN packages, the original worker-loader uses inline and uses blob, which will cause sharedworker to be unable to be reused each time. Therefore, I need to modify the loading method of sharedworker to dataurl to support multiple CDN packages using the same
Usage
Other configurations are the same as worker-loader.The difference is that inline
supports dataurl
Credits
Thanks to worker-loader for providing the source code