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

default retry is not able to be aware #334

Open
tmkx opened this issue Dec 4, 2023 · 0 comments · May be fixed by #335
Open

default retry is not able to be aware #334

tmkx opened this issue Dec 4, 2023 · 0 comments · May be fixed by #335

Comments

@tmkx
Copy link
Contributor

tmkx commented Dec 4, 2023

Environment

v16.18.1

Reproduction

await $fetch("/404", {
  onRequestError(context) {
    context.options.retry // undefined
  },
});

but there is a implicit retry

Describe the bug

see reproduction

Additional context

No response

Logs

No response

@tmkx tmkx linked a pull request Dec 4, 2023 that will close this issue
8 tasks
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 a pull request may close this issue.

1 participant