const FileTransfer = function()

in www/FileTransfer.js [87:90]


const FileTransfer = function () {
    this._id = ++idCounter;
    this.onprogress = null; // optional callback
};