We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf959d3 commit a27cdaaCopy full SHA for a27cdaa
src/content/compatibility-dates/cache-no-store.md
@@ -6,7 +6,7 @@ _build:
6
7
name: "Enable `cache: no-store` HTTP standard API"
8
sort_date: "2024-11-11"
9
-enabled_date: "2024-11-11"
+enable_date: "2024-11-11"
10
enable_flag: "cache_option_enabled"
11
disable_flag: "cache_option_disabled"
12
---
@@ -23,7 +23,7 @@ Specifying any other value will cause the Workers runtime to throw a `TypeError`
23
When `no-store` is specified:
24
* All requests have the headers `Pragma: no-cache` and `Cache-Control: no-cache` are set on them.
25
26
-* Subrequests to origins not hosted by Cloudflare bypasses Cloudflare's cache.
+* Subrequests to origins not hosted by Cloudflare bypass Cloudflare's cache.
27
28
Examples using `cache: 'no-store'`:
29
0 commit comments