Re: [whatwg/streams] Remove TransformStream _readableClosed member (#782)

ricea commented on this pull request.



>  
 <emu-alg>
   1. If ! ReadableStreamDefaultControllerShouldCallPull(_controller_) is *true*, return *false*.
   1. Otherwise, return *true*.
 </emu-alg>
 
+<h4 id="readable-stream-default-controller-can-close-or-enqueue" aoid="ReadableStreamDefaultControllerCanCloseOrEnqueue"
+nothrow export>ReadableStreamDefaultControllerCanCloseOrEnqueue ( <var>controller</var> )</h4>

It may be useful for specs that don't want to trigger the asserts in ControllerClose or ControllerEnqueue but also don't want to track the closed state themselves. But we don't need it right now so I have removed the export.

-- 
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/782#discussion_r136804191

Received on Monday, 4 September 2017 11:48:11 UTC