- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 25 Jan 2017 21:37:07 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 26 January 2017 05:37:39 UTC
domenic 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]]). But why not just inline it? Moving it here is fine but I don't understand why it needs its own abstract op. -- 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:37:39 UTC