mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
* feat(rest): add request timeout feature to manage request retries * fix(rest): avoid calling Node-only Timeout.unref() on non-Node runtimes * fix(rest): use try/catch for fetch to guarantee a Response on the success path * refactor(rest): use AbortSignal.timeout and retry proxy requests on timeout * refactor(rest): simplify timeout detection and use .catch() in proxy path * refactor(rest): move isTimeoutError helper to bottom of file