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

Missing wrap_stream method in wasm #2248

Open
irevoire opened this issue Apr 14, 2024 · 0 comments
Open

Missing wrap_stream method in wasm #2248

irevoire opened this issue Apr 14, 2024 · 0 comments

Comments

@irevoire
Copy link

Hello,

I was trying to make an API work both on x64 and wasm, reqwest seemed like the best library; it states:

The Client implementation automatically switches to the WASM one when the target_arch is wasm32, the usage is basically the same as the async api. Some of the features are disabled in wasm : tls, cookie, blocking.

But unfortunately, this sentence is false; when using the stream features, the wrap_stream method is not available.
Is this something forgotten during the implementation? Or is the documentation wrong and this feature can’t be implemented?

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

1 participant