undici icon indicating copy to clipboard operation
undici copied to clipboard

More events?

Open ronag opened this issue 3 years ago • 1 comments

Would it be useful to have more events for introspection?

e.g.

client.on('requestStart', (origin, opts) => {})
client.on('requestEnd', (origin, opts, err) => {})

Or is it just an unnecessary performance overhead?

ronag avatar Mar 27 '21 22:03 ronag

I think it might be useful.

mcollina avatar Mar 28 '21 08:03 mcollina