Re: [whatwg/streams] explain better what the pull method should do in the underlying source API (Issue #1228)

On second thought, I'm not sure how to contribute a patch, but here's what I have in mind.

> A call to the pull method signals that more chunks should be enqueued using the controller's enqueue() method. Typically this happens asynchronously, and may happen indirectly in the case of push sources.

A slight ambiguity here: I believe that start() and pull() always receive the same controller and it doesn't matter which one you call enqueue() on. Is this actually specified, though?


-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1228#issuecomment-1110311364
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/issues/1228/1110311364@github.com>

Received on Tuesday, 26 April 2022 22:28:24 UTC