- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 01 Sep 2016 07:21:31 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 1 September 2016 14:22:04 UTC
> @@ -80,3 +80,22 @@ test(() => { > } > ); > }, 'ws.getWriter() on an errored WritableStream'); > + > +promise_test(() => { > + const ws = new WritableStream({}); > + > + const writer = ws.getWriter(); > + writer.releaseLock(); > + > + return writer.closed.then( Yeah, but then I would have to write about this much code to test that they're equal (line 96), so I'm not sure it gains much :-/. -- 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/513/files/36b7a282e2a206b03be411063cfba345624daad8#r77182918
Received on Thursday, 1 September 2016 14:22:04 UTC