xhr.onprogress = function()

in www/browser/FileTransfer.js [323:327]


    xhr.onprogress = function (e) {
        if (that.onprogress) {
            that.onprogress(e);
        }
    };