- Issue created by @pcambra
- Status changed to Closed: won't fix
almost 2 years ago 3:12pm 1 February 2023 - 🇪🇸Spain pcambra Asturies
This should be covered in ✨ Add support of "preload" attribute into FileMediaFormatterBase Needs work
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio
preload
This enumerated attribute is intended to provide a hint to the browser about what the author thinks will lead to the best user experience. It may have one of the following values:
none: Indicates that the audio should not be preloaded.
metadata: Indicates that only audio metadata (e.g. length) is fetched.
auto: Indicates that the whole audio file can be downloaded, even if the user is not expected to use it.
empty string: A synonym of the auto value.
The default value is different for each browser. The spec advises it to be set to metadata.
Closed: won't fix
1.0
Code
This should be covered in ✨ Add support of "preload" attribute into FileMediaFormatterBase Needs work