[Webkit-unassigned] [Bug 277265] HTMLAudioElement play event fires a little before the audio actually starts playing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 29 17:03:15 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=277265

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahmad.saleem792 at gmail.com

--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
*** Safari 18 Beta ***

The logs will be output here.
The "currentTime" of "play" and "playing" should be very close to 1.0000.
play :
  currentTime : 0.7783
playing :
  currentTime : 0.7809
play().then() : 
  currentTime : 0.7815
timeupdate :
  currentTime : 1.0293
  fired at    : 0.1320
  diff        : 0.8973

*** Chrome Canary 129 ***

The logs will be output here.
The "currentTime" of "play" and "playing" should be very close to 1.0000.
play :
  currentTime : 0.6938
playing :
  currentTime : 0.6941
play().then() : 
  currentTime : 0.6945
timeupdate :
  currentTime : 0.9589
  fired at    : 0.0427
  diff        : 0.9163

*** Firefox Nightly 130 ***

The logs will be output here.
The "currentTime" of "play" and "playing" should be very close to 1.0000.
play :
  currentTime : 0.7319
playing :
  currentTime : 0.7319
play().then() : 
  currentTime : 0.7319
timeupdate :
  currentTime : 0.9949
  fired at    : 0.0285
  diff        : 0.9664

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240730/5b7039fa/attachment.htm>


More information about the webkit-unassigned mailing list