- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Thu, 26 Jan 2023 23:22:16 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 27 January 2023 07:22:28 UTC
@saschanaz commented on this pull request. > + + <ol> + <li>Let |promise| be [=a new promise=]. + + <li>Return |promise| and run the remaining steps [=in parallel=]. + + <li>If |buffer| is empty and the ongoing fetch is [=fetch/suspend|suspended=], + [=fetch/resumed|resume=] the fetch. + + <li>Wait until |buffer| is not empty. + + <li>Let |available| be the size of |buffer|. + + <li>Let |desiredSize| be |available|. + + <li>If |stream|'s [=ReadableStream/current BYOB request view=] is non-null, then set For now I fixed it to queue a task as it was simple enough, I can revert it if Anne disagrees. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1593#discussion_r1088649686 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1593/review/1272212483@github.com>
Received on Friday, 27 January 2023 07:22:28 UTC