Response on native has a chunk method, which allows some kind of progress bar, like this.
The wasm Response doesn't have anything similar. Any plans to add it? I've come up with a basic implementation of streaming downloads on WASM, using wasm-streams. It's definitely messy. I have a pretty poor understanding of all the web stream and buffer APIs, so maybe something generalizable and high-quality isn't feasible.
Response
on native has a chunk method, which allows some kind of progress bar, like this.The wasm Response doesn't have anything similar. Any plans to add it? I've come up with a basic implementation of streaming downloads on WASM, using wasm-streams. It's definitely messy. I have a pretty poor understanding of all the web stream and buffer APIs, so maybe something generalizable and high-quality isn't feasible.