Response('hello').body is an empty stream |
|||
Issue description
new Response('hello').body.getReader().read().then(({v, done}) => console.log(done))
should print false, but actually prints true.
,
Feb 16 2017
ok to mark as fixed?
,
Feb 16 2017
Yes! |
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Feb 13 2017