<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [MSE, Audio only] Playback does not resume after seeking to an unbuffered position"
href="https://bugs.webkit.org/show_bug.cgi?id=166979#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [MSE, Audio only] Playback does not resume after seeking to an unbuffered position"
href="https://bugs.webkit.org/show_bug.cgi?id=166979">bug 166979</a>
from <span class="vcard"><a class="email" href="mailto:marcilha@amazon.com" title="gregory marcilhacy <marcilha@amazon.com>"> <span class="fn">gregory marcilhacy</span></a>
</span></b>
<pre>This seems to fix the issue but this should still be addressed.
...
audioElement.addEventListener('seeked', function(){
audioElement.currentTime = audioElement.currentTime;
});</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>