Wrap fetch with bounded retries + exponential backoff (with optional jitter).
fetch
Safe for GET and other idempotent calls. Retrying POST may duplicate side effects — gate with RetryFetchOptions (retryStatusCodes, retryOnFetchError).
retryStatusCodes
retryOnFetchError
MDN Reference
Optional
Wrap
fetchwith bounded retries + exponential backoff (with optional jitter).Safe for GET and other idempotent calls. Retrying POST may duplicate side effects — gate with RetryFetchOptions (
retryStatusCodes,retryOnFetchError).