[Webkit-unassigned] [Bug 171552] REGRESSION: [Fetch API] Response disturbed when trying to clone before consuming

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 3 17:19:22 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=171552

--- Comment #3 from Peleg Rosenthal <peleg3 at gmail.com> ---
Thanks Alexey, I'm actually able to reproduce this also in Safari 10.1 (12603.1.30.0.34)

The only difference is that I need to catch the rejection for it to surface:

fetch('/').then(r => { r.body; r.clone() }).catch(console.log)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170504/e4330f6a/attachment-0001.html>


More information about the webkit-unassigned mailing list