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

Support blob download #86

Open
johannesjo opened this issue Jun 28, 2019 · 2 comments
Open

Support blob download #86

johannesjo opened this issue Jun 28, 2019 · 2 comments

Comments

@johannesjo
Copy link

I'm using this method to allow for specifying download data in the web frontend: https://gist.github.com/danallison/3ec9d5314788b337b682

But using it leads to this error #27

Would be nice if you would support this method as well.

@johannesjo johannesjo changed the title Suppor blob download Support blob download Oct 6, 2019
@HemalR
Copy link

HemalR commented Feb 26, 2021

Possible workaround which seems to be working for me:

const url = URL.createObjectURL(blob);

@bmxpc7
Copy link

bmxpc7 commented Jan 18, 2022

Possible workaround which seems to be working for me:

const url = URL.createObjectURL(blob);

Thank you very much my friend, I was looking for this since two days ago, thank God I got here.

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

3 participants