You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to listen to the progress during the image download. It works well in android and ios but in the web I only get this listen to callback when the image is downloaded.
The browser client does not support streaming because it uses XmlHttpRequest so no response object becomes available until the entire response is read. No plans in the short term, but we might investigate using fetch to support streaming. #595
I want to listen to the progress during the image download. It works well in android and ios but in the web I only get this listen to callback when the image is downloaded.
The text was updated successfully, but these errors were encountered: