Upgrade node-fetch to latest version, v2.6.0
This commit is contained in:
parent
4df52c5349
commit
b32445cd20
5 changed files with 230 additions and 20 deletions
|
@ -325,7 +325,7 @@ async function _promiseAjax(
|
|||
) {
|
||||
resultPromise = response.buffer();
|
||||
} else {
|
||||
resultPromise = response.text();
|
||||
resultPromise = response.textConverted();
|
||||
}
|
||||
|
||||
return resultPromise.then(result => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue