Web/API/HTMLMediaElement/initialTime

From Get docs

ObsoleteThis 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

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

initialTime

Deprecated'Non-standard'

Chrome

?

Edge

?

Firefox

No support 9 — 23

IE

?

Opera

?

Safari

?

WebView Android

?

Chrome Android

?

Firefox Android

No support 9 — 23

Opera Android

?

Safari iOS

?

Samsung Internet Android

?

Legend

No support  
No support
Compatibility unknown  
Compatibility unknown
Non-standard. Expect poor cross-browser support.'
Non-standard. Expect poor cross-browser support.
Deprecated. Not for use in new websites.'
Deprecated. Not for use in new websites.


See also