- From: Adam Rice <notifications@github.com>
- Date: Wed, 29 Mar 2017 22:38:50 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 30 March 2017 05:39:22 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>
I changed the name to "Design Of The State Machine" which may or may not be helpful.
--
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_r108844309
Received on Thursday, 30 March 2017 05:39:22 UTC