<!-- Issues are so 🔥 If you remove or skip this template, you'll make the 🐼 sad and the mighty god of Github will appear and pile-drive the close button from a great height while making animal noises. 👉🏽 Need support, advice, or help? Don't open an issue! Head to StackOverflow or https://gitter.im/webpack/webpack. --> the sharedworker for mutile tab,when every time inline `URL.createObjectURL` will produce new hash url, every tab will has a new sharedworker. ``` const source = 'importScript("https://anotherhost/worker.js")'; const url = 'data:application/javascript;base64,' + btoa(source); const worker = new SharedWorker(url); ``` Base64 encoding gives a permanent URL until the source code changes. maybe should support this ? - Operating System: - Node Version: - NPM Version: - webpack Version: - worker-loader Version: ### Feature Proposal ### Feature Use Case
the sharedworker for mutile tab,when every time inline
URL.createObjectURLwill produce new hash url, every tab will has a new sharedworker.Base64 encoding gives a permanent URL until the source code changes. maybe should support this ?
Feature Proposal
Feature Use Case