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 seems like there'd be a number of advantages to producing something more like ReadableStream rather than reading the whole resource into a buffer. For example, you'd be able to consume just part of the stream and cancel it, and you could support potentially infinite resources.
Of course, this would have the prerequisite of adding streams to the language, which would have its own challenges.