preload property
String
get
preload
The preload
property of the HTMLMediaElement interface is a string
that provides a hint to the browser about what the author thinks will lead
to the best user experience.
It reflects the preload
attribute of the audio
element and the video
element.
Implementation
external String get preload;
set
preload
(String value)
Implementation
external set preload(String value);