HTMLImageElement.prototype.check_load = function () { this.onload = this.onload || function () { this.check_load = function(){ return true; }; } return false; //когда картикнка не грузится возвращать false }