What event can I use when the audio suspended because of insufficient loaded data (slow speeds) ?
Just like:
$audio.on('suspendToLoading',function(){
alert('loading...');
});
And I had try to use suspend waiting abort load loading
. None of them can be work.