- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 04 Feb 2015 12:40:12 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 4 February 2015 20:40:46 UTC
> stream._resolveClosedPromise(undefined); > > + stream._state = 'closed'; > + > + return undefined; > +} > + > +export function MarkReadableStreamReadable(stream) { Nit: keep things alphabetical in this file to match the spec. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/277/files#r24117372
Received on Wednesday, 4 February 2015 20:40:46 UTC