Create a deduplication interceptor that coalesces concurrent GET/HEAD requests to the same URL into a single fetch.
Coalesces duplicate in-flight GET/HEAD requests into one
Resolves queued waiters with the shared response
Rejects queued waiters when the shared request fails
Create a deduplication interceptor that coalesces concurrent GET/HEAD requests to the same URL into a single fetch.