(no title)
EionRobb | 1 year ago
You can potentially use http2 push to send down files from the server early but I've seen the browser drop the files if they're unneeded for that page load.
Yes, there are other hacks you could do to make the browser download the resources early, like invisible images or preload audio files, but if you're going down that path why not put in a service worker instead and have it download in the background.
jeroenhd|1 year ago
bastawhiz|1 year ago
xnx|1 year ago