MDN URL: https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content #### What information was incorrect, unhelpful, or incomplete? The article includes "audio" as a possible value of "as" when creating a <link rel="preload"> tag. But I do not believe any browsers support it. #### Specific section or headline? https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content#what_types_of_content_can_be_preloaded #### What did you expect to see? I expected to see my mp3 file preloaded #### Did you test this? If so, how? Tested in Chrome: ``` <link rel="preload" href="/assets/sound/sound-lazer.mp3" as="audio"> ``` console error: <link rel=preload> uses an unsupported `as` value <!-- Do not make changes below this line --> <details> <summary>MDN Content page report details</summary> * Folder: `en-us/web/html/preloading_content` * MDN URL: https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content * GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/web/html/preloading_content/index.html * Last commit: https://github.com/mdn/content/commit/2a14c0eac061493b1160076a3e72ec8e346d2223 * Document last modified: 2021-02-19T18:56:36.000Z </details>
MDN URL: https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content
What information was incorrect, unhelpful, or incomplete?
The article includes "audio" as a possible value of "as" when creating a tag. But I do not believe any browsers support it.
Specific section or headline?
https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content#what_types_of_content_can_be_preloaded
What did you expect to see?
I expected to see my mp3 file preloaded
Did you test this? If so, how?
Tested in Chrome:
console error: uses an unsupported
asvalueMDN Content page report details
en-us/web/html/preloading_content