添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
含蓄的松球  ·  HTML5 Game Devs Forum ...·  5 天前    · 
英姿勃勃的针织衫  ·  Html5 audios not ...·  5 天前    · 
有情有义的卤蛋  ·  Howler.js how to play ...·  5 天前    · 
低调的沙发  ·  iView UI Axure ...·  1 月前    · 
魁梧的开心果  ·  软件作品 - 悠游悠游·  2 月前    · 
光明磊落的馒头  ·  Working with MariaDB ...·  9 月前    · 
含蓄的木耳  ·  TVMError when ...·  11 月前    · 

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://jsfiddle.net/L2qvws9e/

With preload disabled, html5 audios are kept forever with status 'loading' on Firefox, so they are never able to play. They work fine in other browsers and I believe this also used to work with older Firefox versions.

Once the audio file is in the browser's cache it will play, so clear cache first if you might have the file I used from Howler.js examples in the cache.

The problem is that Firefox is not firing the 'canplaythrough' event. Using 'canplay' instead works fine.

Playback of static audio files waits until whole file loaded, ignores ranges on Firefox 115 with html5 #1672