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
The only difference between createFromFetch and createFromReadableStream
is that createFromFetch accepts a promise for a fetch, and
createFromReadableStream accepts a Flight ReadableStream (e.g.
response.body).
Since we're doing other stuff with the response object anyway there's
not much point using the slightly higher-level form.
0 commit comments