- From: Adam Rice <notifications@github.com>
- Date: Thu, 24 May 2018 13:14:42 +0000 (UTC)
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 24 May 2018 13:15:09 UTC
@anubi Use [async / await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function) makes this really easy and natural to do asynchronously with fetch(). It may also protect you from overflowing your stack. But, as you say, I can think of no scenario in which recursive ajax wouldn't be a terrible idea. -- 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/xhr/issues/20#issuecomment-391710169
Received on Thursday, 24 May 2018 13:15:09 UTC