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 was archived by the owner on Mar 10, 2020. It is now read-only.
From what I can tell right now implementation chooses between http / https modules to do network request. In browser case however it would be very useful to allow passing custom fetch that would perform it in the origin that has permission to talk to daemon.
However it's not as simple as just adding config.fetch as implementation assumes node (polyfill) which complicates things.
The text was updated successfully, but these errors were encountered:
From what I can tell right now implementation chooses between http / https modules to do network request. In browser case however it would be very useful to allow passing custom
fetch
that would perform it in the origin that has permission to talk to daemon.However it's not as simple as just adding
config.fetch
as implementation assumes node (polyfill) which complicates things.The text was updated successfully, but these errors were encountered: