- From: Guoye Zhang <notifications@github.com>
- Date: Fri, 11 Jul 2025 05:49:29 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 11 July 2025 12:49:33 UTC
guoye-zhang left a comment (whatwg/fetch#1838) The comment above `retryNonIdempotent` says PUT and DELETE are non-idempotent, but the details below say they are idempotent. Currently Safari retries safe (GET/HEAD/OPTIONS) methods automatically in some situations (we cannot retry once we process and deliver the response). Wondering if it’s useful to differentiate among safe, idempotent, and non-idempotent/unknown methods. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1838#issuecomment-3062214780 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1838/3062214780@github.com>
Received on Friday, 11 July 2025 12:49:33 UTC