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
{{ message }}
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.
audioElement.onerror=function(){lets="";leterr=audioElement.error;switch(err.code){caseMediaError.MEDIA_ERR_ABORTED:
s+="The user canceled the audio.";break;caseMediaError.MEDIA_ERR_NETWORK:
s+="A network error occurred while fetching the audio.";break;caseMediaError.MEDIA_ERR_DECODE:
s+="An error occurred while decoding the audio.";break;caseMediaError.MEDIA_ERR_SRC_NOT_SUPPORTED:
s+="The audio is missing or is in a format not supported by your browser.";break;default:
s+="An unknown error occurred.";break;}letmessage=err.message;if(message&&message.length){s+=" "+message;}displayErrorMessage("<strong>Error "+err.code+":</strong> "+s+"<br>");};
https://developer.mozilla.org/en-US/docs/Web/API/MediaError/message
The text was updated successfully, but these errors were encountered: