Skip to content
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

Migrating from WebPack to esbuild - Calling Web Workers from Other Web Workers #4084

Open
BrianMikinski opened this issue Feb 17, 2025 · 0 comments

Comments

@BrianMikinski
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant