You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't thinks that's the correct syntax. You're not supposed to pass your request as a variable but actually call it in progress' parameter list, like so:
.on method is not working in the request :( !!!!!!!!!!
const _progress = progress(_request) .on('progress', (stats) => {}) .on('error', (err) => {}) .on('end', () => {}) .pipe(fs.createWriteStream(filePath));
The text was updated successfully, but these errors were encountered: