- From: Adam Rice <notifications@github.com>
- Date: Sun, 04 Dec 2016 18:14:23 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 5 December 2016 02:15:02 UTC
ricea commented on this pull request. > @@ -3213,6 +3259,11 @@ Instances of {{WritableStreamDefaultController}} are created with the internal s <td>A boolean flag set to <emu-val>true</emu-val> while the <a>underlying sink</a>'s <code>write</code> method is executing and has not yet fulfilled, used to prevent reentrant calls </tr> + <tr> + <td>\[[inClose]] + <td>A boolean flag set to <emu-val>true</emu-val> while the <a>underlying sink</a>'s <code>close</code> method is + executing and has not yet fulfilled, used to prevent the <code>abort</code> method from Done -- 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/619
Received on Monday, 5 December 2016 02:15:02 UTC