ofetch
ofetch copied to clipboard
default retry is not able to be aware
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