--- title: стримится slug: Web/HTML/Element/video/seeking_event translation_of: Web/API/HTMLMediaElement/seeking_event ---

Событие 'seeking' в случае, когда идет подгрузка видео

General info

Specification
HTML5 media
Interface
Event
Bubbles
No
Cancelable
No
Target
Element
Default Action
None.

Properties

Property Type Description
target {{readonlyInline}} {{domxref("EventTarget")}} The event target (the topmost target in the DOM tree).
type {{readonlyInline}} {{domxref("DOMString")}} The type of event.
bubbles {{readonlyInline}} {{jsxref("Boolean")}} Whether the event normally bubbles or not.
cancelable {{readonlyInline}} {{jsxref("Boolean")}} Whether the event is cancellable or not.