Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Blob-based Workers fail to start in Edge #2

Open
cool-Blue opened this issue Apr 11, 2017 · 1 comment · May be fixed by #3
Open

Blob-based Workers fail to start in Edge #2

cool-Blue opened this issue Apr 11, 2017 · 1 comment · May be fixed by #3

Comments

@cool-Blue
Copy link

In Edge, the line URL.revokeObjectURL(objURL); in the ShimWorker constructor zaps the blob and the worker is not materialised.

The same issue is already well covered here: browserify/webworkify#26.

Maybe the same fix can be applied: just attach objURL to the worker and let the consumer take responsibility for it's life cycle?

cool-Blue added a commit to cool-Blue/rollup-plugin-bundle-worker that referenced this issue Apr 12, 2017
@cool-Blue cool-Blue linked a pull request Apr 12, 2017 that will close this issue
@nathanosdev
Copy link

Any update on this? Need any help?

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

Successfully merging a pull request may close this issue.

2 participants