Environment
nodejs: 20.9.0
ofetch: 1.3.3
Reproduction
import { ofetch } from "ofetch"
import { HttpsProxyAgent } from "https-proxy-agent"
await ofetch("user", {
agent: new HttpsProxyAgent("http://127.0.0.1:7890"),
})
Describe the bug

Additional context
No response
Logs
No response