let vid = document.getElementById("myVideo"); vid.onabort = function() { alert("Video load aborted"); };