This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

autobuffer

Property of dom/HTMLMediaElementdom/HTMLMediaElement

Syntax

var result = element.autobuffer;
element.autobuffer = value;

Notes

Remarks

The autobuffer method buffers the audio or video element to prepare for playback. The autobuffer attribute indicates that the media element is likely to be used, even though it does not have an autoplay attribute. This attribute is ignored if autoplay is present. Buffering the media can improve responsiveness when the element is finally played.

Syntax

Standards information

See also

Related pages

Attributions