From 96b9a971a336933dff5a8b9cdae5a7a5a32d8351 Mon Sep 17 00:00:00 2001 From: Henry-YiW Date: Mon, 7 Jul 2025 02:41:12 -0500 Subject: [PATCH 1/3] Update cache.mdx --- src/content/docs/workers/runtime-apis/cache.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/runtime-apis/cache.mdx b/src/content/docs/workers/runtime-apis/cache.mdx index 61c6df402cf160f..61f9f3311f659a1 100644 --- a/src/content/docs/workers/runtime-apis/cache.mdx +++ b/src/content/docs/workers/runtime-apis/cache.mdx @@ -163,7 +163,7 @@ Our implementation of the Cache API respects the following HTTP headers on the r * `If-Modified-Since` - * Results in a `304` response if a matching response is found with a `Last-Modified` header with a value after the time specified in `If-Modified-Since`. + * Results in a `304` response if a matching response is found with a `Last-Modified` header with a value before the time specified in `If-Modified-Since`. * `If-None-Match` From 456959d8b9eeb9fafea33479f14bc407194beca4 Mon Sep 17 00:00:00 2001 From: Kody Jackson Date: Wed, 20 Aug 2025 08:46:43 -0500 Subject: [PATCH 2/3] Retrigger CI --- src/content/docs/workers/runtime-apis/cache.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/runtime-apis/cache.mdx b/src/content/docs/workers/runtime-apis/cache.mdx index 61f9f3311f659a1..63b7269e3908aa4 100644 --- a/src/content/docs/workers/runtime-apis/cache.mdx +++ b/src/content/docs/workers/runtime-apis/cache.mdx @@ -163,7 +163,7 @@ Our implementation of the Cache API respects the following HTTP headers on the r * `If-Modified-Since` - * Results in a `304` response if a matching response is found with a `Last-Modified` header with a value before the time specified in `If-Modified-Since`. + * Results in a `304` response if a matching response is found with a `Last-Modified` header with a value before the time specified in `If-Modified-Since`. * `If-None-Match` From e3b87ca186f7143ea96b2e251224f6d033751606 Mon Sep 17 00:00:00 2001 From: Kody Jackson Date: Wed, 20 Aug 2025 08:46:54 -0500 Subject: [PATCH 3/3] Retrigger CI --- src/content/docs/workers/runtime-apis/cache.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/runtime-apis/cache.mdx b/src/content/docs/workers/runtime-apis/cache.mdx index 63b7269e3908aa4..61f9f3311f659a1 100644 --- a/src/content/docs/workers/runtime-apis/cache.mdx +++ b/src/content/docs/workers/runtime-apis/cache.mdx @@ -163,7 +163,7 @@ Our implementation of the Cache API respects the following HTTP headers on the r * `If-Modified-Since` - * Results in a `304` response if a matching response is found with a `Last-Modified` header with a value before the time specified in `If-Modified-Since`. + * Results in a `304` response if a matching response is found with a `Last-Modified` header with a value before the time specified in `If-Modified-Since`. * `If-None-Match`