diff --git a/files/en-us/web/api/speculation_rules_api/index.md b/files/en-us/web/api/speculation_rules_api/index.md index fd508baf27c93e1..7555728f988ff1c 100644 --- a/files/en-us/web/api/speculation_rules_api/index.md +++ b/files/en-us/web/api/speculation_rules_api/index.md @@ -84,10 +84,7 @@ Same-site and cross-site prefetches will work, but cross-site prefetches are lim > [!NOTE] > In the future an opt-in for cross-site prefetches will be provided via the {{httpheader("Supports-Loading-Mode")}} header, but this was not implemented at the time of writing (only cross-origin, same-site [prerendering](#using_prerendering) opt-in was available). -For browsers that support it, speculation rules prefetch should be preferred over older prefetch mechanisms, namely [``](/en-US/docs/Web/HTML/Reference/Attributes/rel/prefetch) and {{domxref("Window/fetch", "fetch()")}} with a `priority: "low"` option set on it. Because we know that speculation rules prefetch is for navigations, not general resource prefetching: - -- It can be used for cross-site navigations, whereas `` cannot. -- It doesn't get blocked by {{httpheader("Cache-Control")}} headers, whereas `` often does. +For browsers that support it, speculation rules prefetch should be preferred over older prefetch mechanisms, namely [``](/en-US/docs/Web/HTML/Reference/Attributes/rel/prefetch) and {{domxref("Window/fetch", "fetch()")}} with a `priority: "low"` option set on it. Because we know that speculation rules prefetch is for navigations, not general resource prefetching, it can be used for cross-site navigations, whereas `` cannot. In addition, speculation rules prefetch: