Skip to content

Commit b6fd015

Browse files
committed
Fixed tag to set enable_date for cache: no-store
1 parent 3ba931c commit b6fd015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/compatibility-dates/cache-no-store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _build:
66

77
name: "Enable `cache: no-store` HTTP standard API"
88
sort_date: "2024-11-11"
9-
enabled_date: "2024-11-11"
9+
enable_date: "2024-11-11"
1010
enable_flag: "cache_option_enabled"
1111
disable_flag: "cache_option_disabled"
1212
---
@@ -23,7 +23,7 @@ Specifying any other value will cause the Workers runtime to throw a `TypeError`
2323
When `no-store` is specified:
2424
* All requests have the headers `Pragma: no-cache` and `Cache-Control: no-cache` are set on them.
2525

26-
* Subrequests to origins not hosted by Cloudflare bypasses Cloudflare's cache.
26+
* Subrequests to origins not hosted by Cloudflare bypass Cloudflare's cache.
2727

2828
Examples using `cache: 'no-store'`:
2929

0 commit comments

Comments
 (0)