- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 26 Apr 2017 13:33:59 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 April 2017 20:34:31 UTC
This seems like a good way to describe the async loop (basically using recursion disguised as a goto). It indeed might help to label the step. You could alternately pull it out into a "function" to avoid the goto, but I think it's OK as-is. -- 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/fetch/pull/532#issuecomment-297532917
Received on Wednesday, 26 April 2017 20:34:31 UTC