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

Fixes tests for node 18, updates deps, adds native node example #83

Merged
merged 3 commits into from
Feb 26, 2023

Conversation

jonbern
Copy link
Owner

@jonbern jonbern commented Feb 26, 2023

This PR updates the documentation and adds an example using fetch-retry with Node.js's native fetch.

It also fixes the failing tests when running Node 18, which failed because the older version of node-fetch which is used by the test suite, does not take into account that Node 18 exists and that it is has natively available Request object.

@jonbern jonbern merged commit 2ed3d78 into master Feb 26, 2023
@jonbern jonbern deleted the feat/node_native_fetch branch February 26, 2023 13:19
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

Successfully merging this pull request may close these issues.

1 participant