24
1
Fork 0
drop.chapril.org-firefoxsend/public/file.js

10 lines
161 B
JavaScript

function ProgressEmitter(name, uuid, type) {
this.name = name;
this.uuid = uuid;
this.type = type;
this.link = null;
this.emit = () => {
};
}