Prevent race conditions by aborting in-flight requests when a new request is triggered. Each function now: - Aborts the previous request via a stored AbortController ref - Passes signal to all fetch() calls - Silently discards AbortError in catch blocks Completes task 7.2. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| components | ||
| lib | ||
| plugins | ||
| types | ||
| middleware.ts | ||