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 for fetching blob URLs in Rust WebAssembly using reqwest #1796

Closed
skyf0l opened this issue Apr 10, 2023 · 0 comments · Fixed by #1797
Closed

Support for fetching blob URLs in Rust WebAssembly using reqwest #1796

skyf0l opened this issue Apr 10, 2023 · 0 comments · Fixed by #1797

Comments

@skyf0l
Copy link
Contributor

skyf0l commented Apr 10, 2023

I'm trying to use reqwest in Rust WebAssembly to fetch a blob URL, but I'm getting an error stating "URL scheme is not allowed".

Currently, it seems that the only way to fetch a blob URL in Rust WebAssembly is to use the web_sys crate to fetch the blob.

It would be great if reqwest could support fetching blob URLs in Rust WebAssembly.

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

Successfully merging a pull request may close this issue.

1 participant