- From: Takeshi Yoshino <notifications@github.com>
- Date: Fri, 06 Feb 2015 01:13:38 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 6 February 2015 09:14:10 UTC
> stream._resolveClosedPromise(undefined);
>
> + stream._state = 'closed';
> +
> + return undefined;
> +}
> +
> +export function MarkReadableStreamReadable(stream) {
OK. Will do.
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/277/files#r24229419
Received on Friday, 6 February 2015 09:14:10 UTC