Re: [whatwg/xhr] Abandon hope of removing sync XHR from the web platform? (#20)

@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