Re: [streams] First class source sink objects (#265)

> @@ -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