How does browser (Chrome) obtain media file duration without downloading full file with video/audio tag ?
For example when using audio tag with src set to remote mp3 file (http link)
Is it getting calculated from the first chunk's Content-Range HTTP-header field ?
--P.S. related question: Is it possible to know the duration of an MP3 before the entire file is downloaded?