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
but in this library,i can't return a stream, only support Uint8List,it'e mean i can't handle request with mulit-thread, if a request cost much time, all request will pending.
Suggested solution
To support stream for WebResourceResponse
Useful resources
No response
Additional information
No response
Self grab
I'm ready to work on this issue!
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Operating System
all
Pain
in android, if we want override
shouldInterceptRequest
,we need use mulit-thread,then return a InputStream to WebResourceResponse. just like this code.but in this library,i can't return a stream, only support
Uint8List
,it'e mean i can't handle request with mulit-thread, if a request cost much time, all request will pending.Suggested solution
To support stream for
WebResourceResponse
Useful resources
No response
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: