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
{{ message }}
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
When I last looked at the code of "skynet-js" to port the functions "onDownloadProgress" and "onUploadProgress" to "nodejs-skynet", I noticed that it is not integrated for "downloadFile", since only a "window.location.assign(url)" is executed.
In "nodejs-skynet" "axios" is used for the "downloadFile" function.
I got it running there, but only in my version, since you didn't want the changes.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It may only work for methods that create a request, such as getFileContent.
Update docs to reflect this
The text was updated successfully, but these errors were encountered: