/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-context-storage-mid-c06139f8a750-context-storage-middleware-s0244-c0000.md
Context Storage Middleware - hono-docs
Context Storage Middleware Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt context storage middle...
Context Storage Middleware
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#context-storage-middleware
Summary
The Context Storage Middleware stores the Hono Context in the AsyncLocalStorage, to make it globally accessible. ::: info Note This middleware uses AsyncLocalStorage. The runtime should support it. Cloudflare Workers: To en...
Content
The Context Storage Middleware stores the Hono Context in the AsyncLocalStorage, to make it globally accessible.
::: info
Note This middleware uses AsyncLocalStorage. The runtime should support it.
Cloudflare Workers: To enable AsyncLocalStorage, add the nodejs_compat or nodejs_als flag to your wrangler.toml file.
:::