-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working