Re: [whatwg/streams] Align WritableStream structure with ReadableStream structure (#488)

>  
> -  return undefined;
> +      WritableStreamFulfillWriteRequest(stream);

_writeRequests now holds both pending write and pending close. That's why we're calling this here.

---
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/streams/pull/488/files/78da22f4ee481cce7a57cd438c0d01770fd6bdf2#r72949069

Received on Monday, 1 August 2016 09:39:57 UTC