Y
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
Etheryte
3273 days ago
You can also do all of these things asynchronously, without blocking the whole page.
link
kpsychwave
3270 days ago
Yes but like all async ops not without expense to the UX.
link