- From: Takeshi Yoshino <notifications@github.com>
- Date: Mon, 01 Dec 2014 08:41:35 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 1 December 2014 16:42:06 UTC
> t.plan(2); > > var recordedReason; > - var ws = new WritableStream({}); > + var ws = new WritableStream({ > + write(chunk) { > + return new Promise(() => {}); // forever-pending, so normally .ready would not fulfill. > + } nice :) --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/248/files#r21100560
Received on Monday, 1 December 2014 16:42:06 UTC