Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

fix: handle the exception from native AbortController #82

Closed
wants to merge 3 commits into from

Conversation

SukkaW
Copy link

@SukkaW SukkaW commented Oct 15, 2023

The PR closes #77.

Currently, @vercel/fetch-retry is only compatible with the abort-controller package. It will not work with the native AbortController or Vercel's Edge Runtime.

@outaTiME had opened PR #77 to solve this. However, it appears that he is no longer actively working on that PR anymore.

The PR cherry-picks the fix from @outaTiME and updates the test case for coverage.

cc @Ethan-Arrowood

@SukkaW
Copy link
Author

SukkaW commented Oct 21, 2023

@Ethan-Arrowood Would you like to approve the workflow and merge the PR?

@SukkaW
Copy link
Author

SukkaW commented Nov 4, 2023

@Ethan-Arrowood I've updated the test case to make it run on Node.js 12.

@Ethan-Arrowood
Copy link
Collaborator

Thank you for the contribution. We are archiving this project; you can read more details here: #83

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

Successfully merging this pull request may close these issues.

None yet

3 participants