Replies: 1 comment
-
|
Initially this project started as a way to allow reading response as a true stream without waiting for XHR to collect full blob. And it was a nice journey for me personally, as I watched JS and Wasm bindings mature over the lifespan of a single library. As of today this library:
It should also work in NodeJS-like environments where So this boils down to platform specific options. As for updating readme, I'm not so sure if this is needed, since all I said is already there, but I'm open for suggestions. And if I'll be updating the package, it worth to add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The default
httppackage implementation already usesfetch()on the web as of 1.3.0 (PR dart-lang/http#1401).Previously, it used XHR.
I appreciate the effort behind maintaining this library. Since
BrowserClientnow usesfetch(), when shouldFetchClientbe preferred?It appears to expose additional Fetch API features and configuration options.
Beta Was this translation helpful? Give feedback.
All reactions