You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to understand esbuild's support for calling a web worker from another web worker. I am currently looking at migrating an application from webpack to esbuild but running into issues with an area of code where I am creating a web worker within a browser and subsequently calling additional web workers from the initial web worker. Code is written in TypeScript.
I've also seen the following issues and esbuild documentation but I can't find where the esbuild web worker support and functionality is explicitly called out -
Hi, I am trying to understand esbuild's support for calling a web worker from another web worker. I am currently looking at migrating an application from webpack to esbuild but running into issues with an area of code where I am creating a web worker within a browser and subsequently calling additional web workers from the initial web worker. Code is written in TypeScript.
I've also seen the following issues and esbuild documentation but I can't find where the esbuild web worker support and functionality is explicitly called out -
Thank you in advanced for in any help! esbuild is magical!
The text was updated successfully, but these errors were encountered: