[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ko/docs/Web/API/HTMLMediaElement/currentTime [Back]  [Original]

HTMLMediaElement.currentTime - Web API | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

HTMLMediaElement.currentTime

Baseline Widely available

This feature is well established and works across many devices and browser versions. Its been available across browsers since 2015 7.

HTMLMediaElement currentTime .

currentTime .

In this article

.

currentTime play() .

currentTime .

(duration) . 0 .

() duration .

js
const video = document.createElement("video");
console.log(video.currentTime);

currentTime .

Specification
HTML
# dom-media-currenttime-dev


Web Proxy Viewer  |  New URL  |  Original Page