A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/seeking below:

HTMLMediaElement: seeking property - Web APIs

MDN Web Docs
  1. Web
  2. Web APIs
  3. HTMLMediaElement
  4. seeking

Filter sidebar

In this article
  1. The HTML DOM API
  2. HTMLMediaElement
  3. Instance properties
    1. audioTracks
    2. autoplay
    3. buffered
    4. controller Non-standard Deprecated
    5. controls
    6. controlsList
    7. crossOrigin
    8. currentSrc
    9. currentTime
    10. defaultMuted
    11. defaultPlaybackRate
    12. disableRemotePlayback
    13. duration
    14. ended
    15. error
    16. loop
    17. mediaGroup Non-standard Deprecated
    18. mediaKeys
    19. muted
    20. networkState
    21. paused
    22. playbackRate
    23. played
    24. preload
    25. preservesPitch
    26. readyState
    27. remote
    28. seekable
    29. seeking
    30. sinkId
    31. src
    32. srcObject
    33. textTracks
    34. videoTracks
    35. volume
  4. Instance methods
    1. addTextTrack()
    2. canPlayType()
    3. captureStream()
    4. fastSeek()
    5. load()
    6. pause()
    7. play()
    8. seekToNextFrame() Non-standard Deprecated
    9. setMediaKeys()
    10. setSinkId()
  5. Events
    1. abort
    2. canplay
    3. canplaythrough
    4. durationchange
    5. emptied
    6. encrypted
    7. ended
    8. error
    9. loadeddata
    10. loadedmetadata
    11. loadstart
    12. pause
    13. play
    14. playing
    15. progress
    16. ratechange
    17. seeked
    18. seeking
    19. stalled
    20. suspend
    21. timeupdate
    22. volumechange
    23. waiting
    24. waitingforkey
  6. Inheritance
    1. HTMLElement
    2. Element
    3. Node
    4. EventTarget
  7. Related pages for HTML DOM
    1. BeforeUnloadEvent
    2. DOMStringMap
    3. ErrorEvent
    4. HTMLAnchorElement
    5. HTMLAreaElement
    6. HTMLAudioElement
    7. HTMLBRElement
    8. HTMLBaseElement
    9. HTMLBodyElement
    10. HTMLButtonElement
    11. HTMLCanvasElement
    12. HTMLDListElement
    13. HTMLDataElement
    14. HTMLDataListElement
    15. HTMLDialogElement
    16. HTMLDivElement
    17. HTMLDocument
    18. HTMLElement
    19. HTMLEmbedElement
    20. HTMLFieldSetElement
    21. HTMLFormControlsCollection
    22. HTMLFormElement
    23. HTMLFrameSetElement Deprecated
    24. HTMLHRElement
    25. HTMLHeadElement
    26. HTMLHeadingElement
    27. HTMLHtmlElement
    28. HTMLIFrameElement
    29. HTMLImageElement
    30. HTMLInputElement
    31. HTMLLIElement
    32. HTMLLabelElement
    33. HTMLLegendElement
    34. HTMLLinkElement
    35. HTMLMapElement
    36. HTMLMenuElement
    37. HTMLMetaElement
    38. HTMLMeterElement
    39. HTMLModElement
    40. HTMLOListElement
    41. HTMLObjectElement
    42. HTMLOptGroupElement
    43. HTMLOptionElement
    44. HTMLOptionsCollection
    45. HTMLOutputElement
    46. HTMLParagraphElement
    47. HTMLPictureElement
    48. HTMLPreElement
    49. HTMLProgressElement
    50. HTMLQuoteElement
    51. HTMLScriptElement
    52. HTMLSelectElement
    53. HTMLSourceElement
    54. HTMLSpanElement
    55. HTMLStyleElement
    56. HTMLTableCaptionElement
    57. HTMLTableCellElement
    58. HTMLTableColElement
    59. HTMLTableElement
    60. HTMLTableRowElement
    61. HTMLTableSectionElement
    62. HTMLTemplateElement
    63. HTMLTextAreaElement
    64. HTMLTimeElement
    65. HTMLTitleElement
    66. HTMLTrackElement
    67. HTMLUListElement
    68. HTMLUnknownElement
    69. HTMLVideoElement
    70. HashChangeEvent
    71. History
    72. ImageData
    73. Location
    74. MessageChannel
    75. MessageEvent
    76. MessagePort
    77. Navigator
    78. PageRevealEvent
    79. PageSwapEvent
    80. PageTransitionEvent
    81. Plugin Deprecated
    82. PluginArray Deprecated
    83. PromiseRejectionEvent
    84. RadioNodeList
    85. UserActivation
    86. ValidityState
    87. Window
    88. WorkletGlobalScope
  8. Guides
    1. Using microtasks in JavaScript with queueMicrotask()
    2. In depth: Microtasks and the JavaScript runtime environment
In this article HTMLMediaElement: seeking property

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.

The seeking read-only property of the HTMLMediaElement interface is a Boolean indicating whether the resource, the <audio> or <video>, is in the process of seeking to a new position.

Value

A boolean value.

Examples

js

const el = document.querySelector("video");
console.log(el.seeking); // true or false
Specifications Specification HTML
# dom-media-seeking-dev
Browser compatibility See also Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on Jan 7, 2025 by MDN contributors.

View this page on GitHub

•

Report a problem with this content

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4