Re: [whatwg/xhr] Synchronous XMLHttpRequest (#158)

@annevk The push chache is really fast, and I/O is usually not the bottleneck now a days with fast ssd's and GbE. The latency should be below the monitor's refresh rate. But lets say you do load it async, you would still have to wait for it! I would hoever be OK with something like `var foo = await import('./myModule.js');`

-- 
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/158#issuecomment-334691404

Received on Friday, 6 October 2017 08:25:24 UTC