From b6fd015d44e2a83c0780906782b4723407f89182 Mon Sep 17 00:00:00 2001 From: Aditya Tewari Date: Thu, 14 Nov 2024 07:15:18 -0600 Subject: [PATCH] Fixed tag to set enable_date for cache: no-store --- src/content/compatibility-dates/cache-no-store.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/compatibility-dates/cache-no-store.md b/src/content/compatibility-dates/cache-no-store.md index c42db8faf81c18d..ce9fb4a0510381a 100644 --- a/src/content/compatibility-dates/cache-no-store.md +++ b/src/content/compatibility-dates/cache-no-store.md @@ -6,7 +6,7 @@ _build: name: "Enable `cache: no-store` HTTP standard API" sort_date: "2024-11-11" -enabled_date: "2024-11-11" +enable_date: "2024-11-11" enable_flag: "cache_option_enabled" disable_flag: "cache_option_disabled" --- @@ -23,7 +23,7 @@ Specifying any other value will cause the Workers runtime to throw a `TypeError` When `no-store` is specified: * All requests have the headers `Pragma: no-cache` and `Cache-Control: no-cache` are set on them. -* Subrequests to origins not hosted by Cloudflare bypasses Cloudflare's cache. +* Subrequests to origins not hosted by Cloudflare bypass Cloudflare's cache. Examples using `cache: 'no-store'`: