Skip to content

Commit 2efcfe4

Browse files
Fix issue that lumps in a note with a list of headers (#26029)
1 parent 2e00b87 commit 2efcfe4

File tree

1 file changed

+3
-2
lines changed
  • src/content/docs/workers/runtime-apis

1 file changed

+3
-2
lines changed

src/content/docs/workers/runtime-apis/cache.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,10 @@ Our implementation of the Cache API respects the following HTTP headers on the r
169169

170170
* Results in a `304` response if a matching response is found with an `ETag` header with a value that matches a value in `If-None-Match`.
171171

172-
* `cache.match()`
173-
* Never sends a subrequest to the origin. If no matching response is found in cache, the promise that `cache.match()` returns is fulfilled with `undefined`.
172+
:::note
174173

174+
`cache.match()` never sends a subrequest to the origin. If no matching response is found in cache, the promise that `cache.match()` returns is fulfilled with `undefined`.
175+
:::
175176

176177
#### Errors
177178

0 commit comments

Comments
 (0)