You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I loading 4 vaw files and show preloader bar. About one of 10 page reloads one of sounds does not fire "load" event and status() always returns "loading" for this sound even tho, all http requests for sounds finished successful.
Also if i block request for any of sound file, it is no "loaderror" event too.
The text was updated successfully, but these errors were encountered:
I noticed than decodeAudioData of AudioContext has only one parameter and sometime callback passed in to decodeAudioData dont fire at all. I added checking to handle events via promise syntax in modern browsers.
For me this fix solved problem of frozen preloader which happened randomly.
ringcrl
pushed a commit
to ringcrl/howler.js
that referenced
this issue
Apr 21, 2019
Chrome 67.0.3396.99.
howler.js v2.0.13
I loading 4 vaw files and show preloader bar. About one of 10 page reloads one of sounds does not fire "load" event and status() always returns "loading" for this sound even tho, all http requests for sounds finished successful.
Also if i block request for any of sound file, it is no "loaderror" event too.
The text was updated successfully, but these errors were encountered: