download icon indicating copy to clipboard operation
download copied to clipboard

Update got dependency to avoid deprecation warning

Open pbvahlst opened this issue 4 years ago • 3 comments

using node 12.9 I get af deprecation warning:

[DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated

Which seems to be related to an old version of the "got" module. Could the dependency be updated?

pbvahlst avatar Feb 11 '20 11:02 pbvahlst

Same issue.

I thinks it is related to timeout in options. After adding timeout value in options, the warning is occured in my case.

und3rs avatar Sep 16 '20 09:09 und3rs

Posted a similar ticket just now. I don't think streaming is working with the version of got used by download. V11, the latest version handles streams correctly.

jeffski avatar Nov 13 '20 10:11 jeffski

@und3rs @pbvahlst Have a look #212

FeelyChau avatar Mar 25 '21 08:03 FeelyChau