Add support for preload

Created on 1 February 2023, over 1 year ago

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.

πŸ“Œ Task
Status

Closed: won't fix

Version

1.0

Component

Code

Created by

πŸ‡ͺπŸ‡ΈSpain pcambra Spain, πŸ‡ͺπŸ‡Ί

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024