0 / 60 seg.

Given the following code, what is the purpose of the preload attribute?

<audio controls preload="auto">
  <source src="audio.mp3" type="audio/mp3">
</audio>