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 7, 2020. It is now read-only.
I suggest that SAFE webFetch() return Response and Headers objects because many clients will assume this. At the moment it returns simple objects, for example:
I suggest that SAFE
webFetch()
return Response and Headers objects because many clients will assume this. At the moment it returns simple objects, for example:https://github.com/maidsafe/safe_app_nodejs/blob/72d68f51f6885e07a24975d62f4746e90befcd86/src/web_fetch.js#L466-L472
A workaround is the the client to do the conversion using a utility function such as:
The text was updated successfully, but these errors were encountered: