- From: Adam Rice <notifications@github.com>
- Date: Wed, 29 Mar 2017 22:39:22 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 30 March 2017 05:39:57 UTC
ricea commented on this pull request. > @@ -2568,6 +2568,48 @@ nothrow>ReadableByteStreamControllerShouldCallPull ( <var>controller</var> )</h4 writeRandomBytesForever(myWritableStream).catch(e => console.error("Something broke", e)); </code></pre> </div> + +<h3 id="ws-design-philosopy">Design Philosophy</h3> + +<div>While sharing the principles for streams in general, a number of additional principles have informed the design of +the WritableStream class.</div> + +<ul> + <li><p>Only one sink method can ever be executing at a time. + <li><p>Sink methods are treated as atomic. Should I use paragraphs for everything instead of sub-bullets? I quite like the sub-bullets to be honest. -- 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/718#discussion_r108844377
Received on Thursday, 30 March 2017 05:39:57 UTC