Skip to content

Commit f48d776

Browse files
author
Jorge
committed
added onprogress event handler
1 parent 991a138 commit f48d776

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jQuery.XDomainRequest.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ if (!jQuery.support.cors && window.XDomainRequest) {
6767
complete(status.code, status.message, responses, allResponseHeaders);
6868
}
6969
};
70+
xdr.onprogress = function () {
71+
};
7072
xdr.onerror = function(){
7173
complete(500, 'error', {
7274
text: xdr.responseText

0 commit comments

Comments
 (0)