HTML DOM Audio seeking Property
The HTML DOM Audio seeking property indicates whether the audio is currently being seeked to a new position (true if seeking, otherwise false). When the user moves or skips to a new position in the audio, it is called seeking. Syntax:audioObject.seekingReturn value:The Audio seeking property returns