Skip to content
Elogs
Esc
navigateopen⌘Jpreview

Variable: requestStorage

@eastgold15/elogs


@eastgold15/elogs / requestStorage

Variable: requestStorage

const requestStorage: AsyncLocalStorage<Request>

Defined in: packages/elogs/src/context/storage.ts:18

Carries the bare Request so globalLogger (no-request API) can auto-pick up the current request from inside async call stacks. Populated alongside loggerStorage in plugin.ts so the two are always set/unset together.

Was this page helpful?