const FileTransfer = function()

in www/browser/FileTransfer.js [79:82]


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