[streams] WritableStream constructor: strategy should be set before sync with queue (#346)

Since [SyncWritableStreamStateWithQueue](https://github.com/whatwg/streams/blob/a224978c6f38ac923aa9fe5e14c2a9460b9c44a8/index.bs#L1342) is [dependent on the strategy](https://github.com/whatwg/streams/blob/a224978c6f38ac923aa9fe5e14c2a9460b9c44a8/index.bs#L1557), shouldn't step 7 (line 1342) come after steps 8 & 9 (lines 1343-44)?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/346

Received on Thursday, 23 April 2015 21:36:14 UTC