@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.
@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 withimportScripts
). For now I just forked and madeblobify
, 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.