- From: Adam Rice <notifications@github.com>
- Date: Sun, 04 Dec 2016 18:10:27 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 5 December 2016 02:11:09 UTC
ricea commented on this pull request. > @@ -2614,6 +2614,18 @@ Instances of {{WritableStream}} are created with the internal slots described in <td>\[[writeRequests]] <td>A List of promises representing the stream's internal queue of pending writes </tr> + <tr> + <td>\[[pendingWriteRequest]] + <td>The promise for the current pending write operation + </tr> + <tr> + <td>\[[pendingCloseRequest]] + <td>The promise returned from the writer close method 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:11:09 UTC