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
I see that this library uses node-fetch (by the way, Node finally added native Fetch in v17.5), but I'm thinking whether it's possible to use it in the browser as well.
One of the biggest problems to overcome in a browser context is CORS restrictions, which I think requires the user to provide a proxy themselves (like All Origins) that needs to be prepended before the URLs. Other than that, I don't really know if there are other things that could be affected, especially the request headers. I'm wondering if the author would be interested to support browser usage? @vladdenisov
The text was updated successfully, but these errors were encountered:
I see that this library uses
node-fetch
(by the way, Node finally added native Fetch in v17.5), but I'm thinking whether it's possible to use it in the browser as well.One of the biggest problems to overcome in a browser context is CORS restrictions, which I think requires the user to provide a proxy themselves (like All Origins) that needs to be prepended before the URLs. Other than that, I don't really know if there are other things that could be affected, especially the request headers. I'm wondering if the author would be interested to support browser usage? @vladdenisov
The text was updated successfully, but these errors were encountered: