- From: Z3TA <notifications@github.com>
- Date: Thu, 05 Oct 2017 18:42:44 +0000 (UTC)
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 5 October 2017 18:43:07 UTC
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