xhr.onabort = function()

in www/browser/FileTransfer.js [191:193]


                        xhr.onabort = function () {
                            fail(FileTransferError.ABORT_ERR, this.status, this.response);
                        };