Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support timeouts when using native fetch
timeout is a node-fetch extension not present in the spec-compliant native fetch implementation. Use an AbortSignal (available in Node 18+, which is what we currently support) as an alternative so that both node-fetch and native fetch will time out as expected.
- Loading branch information