Replies: 2 comments 2 replies
|
Ok nice ! But once I have my string-encoded url, how can I download it ? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I know that you can use the web_sys function
Url::create_object_url_with_blobbut I am not able to do it.I don't know how to convert from a gloo blob to a web_sys blob, and there is no way to create an url from a blob with gloo.
How could I do it ?
All reactions