- From: Adam Rice <notifications@github.com>
- Date: Wed, 26 Oct 2016 02:53:05 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 26 October 2016 09:53:34 UTC
WritableStreamAddWriteRequest was asserting that the _writer_ was not a locked stream. It should have been asserting that the _stream_ was not locked. Also removed a pointless variable assignment. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/streams/pull/567 -- Commit Summary -- * Editorial: Fix assert in WritableStreamAddWriteRequest -- File Changes -- M index.bs (3) -- Patch Links -- https://github.com/whatwg/streams/pull/567.patch https://github.com/whatwg/streams/pull/567.diff -- 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/567
Received on Wednesday, 26 October 2016 09:53:34 UTC