ofetch
ofetch copied to clipboard
refactor: use `AbortSignal.timeout` instead of `AbortController` and `setTimeout`
AbortSignal.timeout() is more simple, and no need to clearTimeout().
Thanks! Checking if we need any more polyfills for legacy node.