ProgerXP / FileDrop

Self-contained cross-browser pure JavaScript class for Drag & Drop and AJAX (multi) file upload.
filedropjs.org
The Unlicense
264 stars 61 forks source link

depricated function in chrome 23.0.1271.97 #2

Closed tiefenb closed 11 years ago

tiefenb commented 11 years ago

ArrayBuffer is deprecated in XMLHttpRequest.send(). Use ArrayBufferView instead.

ProgerXP commented 11 years ago

I don't see this warning in v26. Besides, according to weixiyen/jquery-filedrop#85 it might be better left intact for now, it's not breaking anything.