unjs / ofetch

😱 A better fetch API. Works on node, browser and workers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a timeout reason for a timeout AbortSignal

gzf6 opened this issue · comments

commented

Describe the feature

To better distinguish timeouts from other cancellation operations.
Now the timeout reason is 'The operation was aborted.'.
Feeling that the information is unclear.

Additional information

  • Would you be willing to help implement this feature?