- From: Mattias Buelens <notifications@github.com>
- Date: Tue, 21 Apr 2020 09:47:39 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 21 April 2020 16:47:52 UTC
@MattiasBuelens commented on this pull request. > - Note how we don't <code>await</code> the promise returned by {{WritableStreamDefaultWriter/write()}}; this would be - redundant with <code>await</code>ing the {{WritableStreamDefaultWriter/ready}} promise. Additionally, similar to <a - href="#example-manual-write-batch">a previous example</a>, we use the <code>.catch(() => {})</code> pattern on the - promises returned by {{WritableStreamDefaultWriter/write()}}; in this case we'll be notified about any failures - <code>await</code>ing the {{WritableStreamDefaultWriter/ready}} promise. +(These are defined as internal methods, instead of as abstract operations, so that they can be +called polymorphically by the {{Readab It shows up at the wrong line when viewed from the "Conversation" section, but in the "Files" section it's fine. Very weird indeed. 🤷 -- 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/1035#discussion_r412319095
Received on Tuesday, 21 April 2020 16:47:52 UTC