fengyuanchen / cropper

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
MIT License
7.75k stars 1.74k forks source link

Getting error "Object doesn't support this property or method" in IE 11 #904

Closed pcombi closed 7 years ago

pcombi commented 7 years ago

Getting error "Object doesn't support this property or method" in IE 11 on line xhr.onerror = xhr.onabort = function () {

xhr does not have a methods onerror, onabort and onload for some reason. When debug example on your site they are there and work fine. Could you help?