We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dc28b commit 033c485Copy full SHA for 033c485
packages/open-next/src/types/global.ts
@@ -146,7 +146,6 @@ declare global {
146
/**
147
* The AsyncLocalStorage instance that is used to store the request context.
148
* Only available in main, middleware and edge functions.
149
- * TODO: should be available everywhere in the future.
150
* Defined in `requestHandler.ts`, `adapters/middleware.ts` and `adapters/edge-adapter.ts`.
151
*/
152
var __openNextAls: AsyncLocalStorage<OpenNextRequestContext>;
0 commit comments