Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
The HTMLMediaElement.initialTime
is the initial playback position in seconds. This property is obsolete, you can use a Media Fragments URI in the HTMLMediaElement.src
attribute instead.
Syntax
...
Value
A double.
Example
...
Specifications
This was previously defined within the WHATWG HTML Living Standard, though was removed because of missing use cases.
Browser compatibility
BCD tables only load in the browser
See also
- The interface defining it,
HTMLMediaElement
.