const FileTransfer = function()

in www/FileTransfer.js [73:76]


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