UNPKG
fully-react
Version:
latest (0.0.2)
0.0.2
React Server for Vite
github.com/cyco130/vite-rsc
cyco130/vite-rsc
fully-react
/
dist
/
chunk-UXXZ4F7M.js
9 lines
(7 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// src/server/async-context.ts
import
{
AsyncLocalStorage
}
from
"node:async_hooks"
;
var
requestAsyncContext = globalThis.
requestAsyncContext
??
new
AsyncLocalStorage
(); globalThis.
requestAsyncContext
= requestAsyncContext;
export
{ requestAsyncContext };