添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

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