Re: [whatwg/fetch] Developer-controlled streams for request/response (#88)

@yutakahirano OK, but either the test is not exercising this line or browsers are not implementing it.  My suspicion is on the former, since browsers also fail the "Fetch with POST with ReadableStream" test, due to getting back `""` instead of `"Test"`; this suggests that there is no data being sent to the server, and probably that no chunks are seen at all?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/88#issuecomment-584170249

Received on Monday, 10 February 2020 15:13:26 UTC