- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 31 Mar 2015 02:12:20 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 31 March 2015 09:12:49 UTC
> @@ -47,6 +60,14 @@ function fakeReadableStreamReader() { > }; > } > > +function fakeReadableStreamController() { > + return { > + close() {}, > + enqueue(chunk) { }, > + error(e) { } style nitpicking: use either of {} or { }? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/310/files#r27463323
Received on Tuesday, 31 March 2015 09:12:49 UTC