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
it uses a Promise that resolves as soon as the response headers have been received
This is the main takeaway here.
I've played around with several approaches to a sane streaming API while implementing #46 via #56 and decided to ditch the fetch API for now. See #46 for more details.
See: https://fetch.spec.whatwg.org
In particular, it uses a
Promise
that resolves as soon as the response headers have been received, irrespective of the actual message body.Also refs #16.
The text was updated successfully, but these errors were encountered: