HTMLMediaElement: seeking プロパティ

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

seekingHTMLMediaElement インターフェイスの読み取り専用プロパティで、リソース、すなわち <audio> または <video> が新しい位置へのシーク処理中であるかどうかを示す論理値です。

論理値です。

js
const el = document.querySelector("video");
console.log(el.seeking); // true または false

仕様書

Specification
HTML
# dom-media-seeking-dev

ブラウザーの互換性

関連情報