OptionalkeyComputes the deduplication key for a request.
Requests with the same key that are in-flight simultaneously will share a single underlying fetch.
Defaults to method + '@' + url.
OptionalskipPredicate that decides whether a request should be skipped (i.e. not deduplicated).
Defaults to skipping non-GET requests.
Options for the dedupe middleware.