Closed hvianna closed 2 years ago
It looks like this issue is context specific, I could not reproduce it.
I cannot directly explain the issue.
A wild guess is the this
reference which does not made a lot of sense as it was not used within a class.
Any improvement in version v2.5.2?
@Borewit v2.5.2 works fine! Thank you!
Updated to version 2.5.1 and I'm getting this error:
TypeError: this.parseReadableStream is not a function
.I'm actually using the
fetchFromUrl()
method in my code. If I revert to 2.5.0 it works as intended.Thanks.