download
download copied to clipboard
TypeError: invalid extended field value,when parse the filename
TypeError: invalid extended field value
http://77fyok.com1.z0.glb.clouddn.com/avatar.jpg
the example url
have the same problem.
me too.
Can you provide a code example?
i have the same problem, here the code example
download('https://cdn.dancf.com/assets/place.png', 'dist/cdn')
.then(res => {
console.log(res);
})
.catch(err => {
console.log(err);
});
the error log:
TypeError: invalid extended field value
at decodefield (xxxx/node_modules/content-disposition/index.js:269:11)
at Function.parse (xxxx/node_modules/content-disposition/index.js:358:15)
at getFilename (xxxx/node_modules/download/index.js:41:37)
at pEvent.then.then.result (xxxxxx/node_modules/download/index.js:84:48)