Skip to content

Commit e8cf2f0

Browse files
fix build errors
1 parent 73e2bd6 commit e8cf2f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • microsoft-edge/web-platform/release-notes

microsoft-edge/web-platform/release-notes/133.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
8-
ms.date:
8+
ms.date: 01/31/2025
99
---
1010
# Edge 133 web platform release notes (Feb 2025)
1111

@@ -198,11 +198,11 @@ The maxInterStageShaderComponents limit is being removed due to a combination of
198198

199199
###### Remove `<link rel=prefetch>` five-minute rule
200200

201-
Previously, when a resource was prefetched using <link rel=prefetch>, we ignored its cache semantics (namely max-age and no-cache) for the first use within 5 minutes, to avoid refetching. Now, we remove this special case and use normal HTTP cache semantics.
201+
Previously, when a resource was prefetched using `<link rel=prefetch>`, we ignored its cache semantics (namely max-age and no-cache) for the first use within 5 minutes, to avoid refetching. Now, we remove this special case and use normal HTTP cache semantics.
202202

203-
This means web developers need to include appropriate caching headers (i.e. Cache-Control or Expires) to see benefits from <link rel=prefetch>.
203+
This means web developers need to include appropriate caching headers (i.e. Cache-Control or Expires) to see benefits from `<link rel=prefetch>`.
204204

205-
This also affects the nonstandard <link rel=prerender>.
205+
This also affects the nonstandard `<link rel=prerender>`.
206206

207207
This fixes a bug with speculation rules prefetch, where non-2xx responses were cached. However, it does not start requiring caching headers for speculation rules prefetch, since they are intended for navigational prefetching and thus have different caching needs than the normal HTTP cache.
208208

0 commit comments

Comments
 (0)