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

I have a module loader (like in Node.JS) that sync loads modules in the browser. Any ideas how I can achieve that without sync xhr ?

`function foo() {
  var bar = require("bar");
  ...
}`

-- 
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-334555723

Received on Thursday, 5 October 2017 18:43:07 UTC