- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 21 Jan 2015 05:48:16 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 21 January 2015 13:48:44 UTC
> @@ -1308,52 +1274,47 @@ Instances of <code>WritableStream</code> are created with the internal slots des > <h4 id="ws-constructor">new WritableStream({ start, write, close, abort, strategy } = {})</h4> Yes, good catch, thank you! This actually has normative consequences, as we no longer do destructuring into functions, but instead preserve the whole object. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/265/files#r23299600
Received on Wednesday, 21 January 2015 13:48:44 UTC