Why does the browser load audio files several times even after preload?
问题 i am monitoring the network on Safari mobile for a Web App we are developing and see this: the files get preloaded before (I guess this is why it says "(disk)" in the first of the 3 lines), and this is the network output in safari's web inspector in the network tab. Now I am wondering, why the browser seems to load it first from disk then two times(?) from the url again. Am I reading the output wrong? preloading happens like this (on user interaction): function preloadAudio(url) { console.log