You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Synchronous XMLHttpRequest's can be useful when you want to block the script, for example when loading in modules from cache. Do not deprecate it! There could be an optional console warning if it's not loaded from cache though.
The text was updated successfully, but these errors were encountered:
@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!
Synchronous XMLHttpRequest's can be useful when you want to block the script, for example when loading in modules from cache. Do not deprecate it! There could be an optional console warning if it's not loaded from cache though.
The text was updated successfully, but these errors were encountered: