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
Currently, the library solely depends on node-fetch for providing fetch primitives like Header class and so on.
We plan to use it in the browser context, where these primitives are provided by the runtime and we would like to avoid packing node-fetch because of it. I would like to provide a similar abstraction that https://github.com/sindresorhus/ky-universal uses for NodeJS and browser, utilizing the browser property in package.json.
The text was updated successfully, but these errors were encountered:
Currently, the library solely depends on
node-fetch
for providing fetch primitives likeHeader
class and so on.We plan to use it in the browser context, where these primitives are provided by the runtime and we would like to avoid packing
node-fetch
because of it. I would like to provide a similar abstraction that https://github.com/sindresorhus/ky-universal uses for NodeJS and browser, utilizing thebrowser
property inpackage.json
.The text was updated successfully, but these errors were encountered: