webworkify icon indicating copy to clipboard operation
webworkify copied to clipboard

launch a web worker that can require() in the browser with browserify

Results 7 webworkify issues
Sort by recently updated
recently updated
newest added

Is there some way to use this so that there is no external call ( a GET to a worker.js file ) at all? I need my application to be...

I'm hitting a wall with webworkify 1.5.0 when using it with browserify 16.2.2. This error pops up on build and the app becomes unusable ``` TypeError: Cannot convert undefined or...

Added increased customizability to creating the webworker; Can now create webworkers with specific names, types, and credentials Users can now create a web worker with custom names in the same...

Hello! I'm running into some issues with using webworkify with a project I'm upgrading to Webpack 5. I've created a minimum reproducible project here: https://github.com/amosbyon1224/webworkify-webpack5 I'm getting an error that...

there was an undocumented option to construct return a blob instead of the worker

This causes an exception at runtime when the missing module is required. The `resolveSources` function tries to recursively find all dependencies, but it doesn't know about modules that are deduped,...

bug

Would be nice to support [new Worker(url, options)](https://developer.mozilla.org/en-US/docs/Web/API/Worker/Worker)

enhancement