What is the problem with preloading audio resources?

encountered the need to preload resources in the work, preloaded the audio resources, but encountered a strange problem to solve.

the preloading in the project uses preloader to load images, audio, json and other resources.
in which there is no problem with the preloaded audio download using the XHR method, as shown in the following figure

clipboard.png


clipboard.png

dom
206
clipboard.png

:

clipboard.png

clipboard.png

these two requests seem to be related, but I don"t understand.

I expect that when using audio resources, the browser is not sending requests, but directly uses the data that has already been preloaded. In addition, the console disable caching feature is not enabled, and resources will not be used until the preloading process is completed.

ask the Great God to provide solutions. So far, 206 has been consulted, but it is still not clear why the browser did not fetch the data in the cache, but reopened the request to grab the audio data.

Apr.04,2021

turn off disable cache and try again

Menu