-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
ofetch@1.4.1
Reproduction
const _customFetch = $fetch.create({});
const { path } = await _customFetch(getURL("echo"), {
onRequest(ctx) {
ctx.options.params = {
d: 4,
}
}
});
Describe the bug
When set params in onRequest.
The context.request is not withQuery.
Additional context
No response
Logs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working