You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the chromium implementation, we currently dedupe prefetches and prerenders based on the exact URL. That is, if we have an existing prefetch/prerender to a given URL, we don't start another request to the same URL.
In the prefetch spec, we don't explicitly mention deduplication. In the prerender spec, we explicitly dedupe based on an exact URL match. In either case, the steps are optional, so there's presumably an implicit option for the UA to dedupe.
If we do want to be explicit in the spec about deduplication, should this also incorporate No-Vary-Search?
Options here could be:
Remove the explicit deduplication from this prerender spec
Add explicit deduplication based on exact matches to the prefetch spec
Add explicit deduplication based on NVS matches to the prefetch and prerender specs and update the chromium implementation
Add explicit deduplication based on exact matches to the prefetch spec and add explicitly optional NVS based deduplication to prefetch and prerender specs
The text was updated successfully, but these errors were encountered:
Spinning off discussion in #310 (comment)
In the chromium implementation, we currently dedupe prefetches and prerenders based on the exact URL. That is, if we have an existing prefetch/prerender to a given URL, we don't start another request to the same URL.
In the prefetch spec, we don't explicitly mention deduplication. In the prerender spec, we explicitly dedupe based on an exact URL match. In either case, the steps are optional, so there's presumably an implicit option for the UA to dedupe.
If we do want to be explicit in the spec about deduplication, should this also incorporate No-Vary-Search?
Options here could be:
The text was updated successfully, but these errors were encountered: