You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jeff-downloader/app/Controllers/Ws/ProgressController.js

11 lines
174 B
JavaScript

'use strict'
class ProgressController {
constructor ({ socket, request }) {
this.socket = socket
this.request = request
}
}
module.exports = ProgressController