- From: Takeshi Yoshino <notifications@github.com>
- Date: Wed, 25 Jan 2017 21:38:00 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 26 January 2017 05:38:32 UTC
tyoshino commented on this pull request. > @@ -2683,6 +2683,7 @@ WritableStream(<var>underlyingSink</var> = {}, { <var>size</var>, <var>highWater potential types in the future, without backward-compatibility concerns.</p> 1. Set *this*.[[writableStreamController]] to ? Construct(`<a idl>WritableStreamDefaultController</a>`, « *this*, _underlyingSink_, _size_, _highWaterMark_ »). + 1. Return ? WritableStreamDefaultControllerStart(*this*.[[writableStreamController]]). Ah, I got your point. I'll try to rewrite so. -- 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/671
Received on Thursday, 26 January 2017 05:38:32 UTC