-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support browser extensions #106
Comments
In the latest beta release I've replaced got with node-fetch, that actually should work in browser context. |
Thanks for your work! node-fetch seems to be supported only in Node.js. Its homepage says this:
But isomorphic-unfetch has not been updated for two years, and cross-fetch is still using the v2.x version of node-fetch. Probably axios is still the better solution. |
I've used node-fetch v2 that has |
Just checked new v9 - it works in browser extensions. |
The documentation says that this project cannot be used in browsers because of CORS, but in fact browser extensions allow cross-domains.
I hope this project can support use in browser extensions, theoretically just by replacing got with axios.
The text was updated successfully, but these errors were encountered: