browserify / webworkify

launch a web worker that can require() in the browser with browserify
Other
417 stars 39 forks source link

Yield just the Blob #23

Closed anandthakker closed 8 years ago

anandthakker commented 8 years ago

@substack I ran into a use case where I needed the Object URL not wrapped in a Worker (so that I could send it to an existing worker, which would then execute it with importScripts). For now I just forked and made blobify, but the code duplication seems silly -- I could make a PR back here if you think it's worth having that as a variation here.

ghost commented 8 years ago

That sounds good to have behind an option if it's easy to do.

anandthakker commented 8 years ago

Thanks