-
-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
Description
An experimental streaming API has been implemented via #31. However, it's quite cumbersome to work with.
In particular, one still has to wait on a promise progress event until one can access a stream object.
Instead, we should add a simple API that returns a stream right away and then emits events on it once the HTTP response comes in.