Skip to content
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

Replace isomorphic-fetch #450

Closed
znarf opened this issue May 25, 2018 · 1 comment
Closed

Replace isomorphic-fetch #450

znarf opened this issue May 25, 2018 · 1 comment

Comments

@znarf
Copy link
Member

znarf commented May 25, 2018

isomorphic-fetch is not actively maintained and is using old versions of node-fetch and whatwg-fetch:

"dependencies": {
    "node-fetch": "^1.0.1",
    "whatwg-fetch": ">=0.10.0"
  },

Potential maintained replacements are:

Also, with cross-fetch and isomorphic-unfetch the 'polyfilling' is optional., which is a better approach.

We should also replace our calls from node-fetch to cross-fetch/isomorphic-unfetch and remove node-fetch as a dependency.

@znarf znarf changed the title Replace isomorphic-fetch with cross-fetch Replace isomorphic-fetch May 25, 2018
@znarf
Copy link
Member Author

znarf commented Jul 28, 2018

That was implemented as part of #528

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant