Hacker News new | ask | show | jobs
by kpsychwave 3274 days ago
For conditionally loading other blocking assets in JS.

For example, if IP is in China, local fallback for Google CDN as it will fail.

1 comments

You can also do all of these things asynchronously, without blocking the whole page.
Yes but like all async ops not without expense to the UX.