Documentation
    Preparing search index...

    Variable BackendContextConst

    BackendContext: AsyncLocalStorage<BackendStore> = ...

    A Node.js AsyncLocalStorage instance providing asynchronous thread-local state. Allows deep backend services and middlewares to access request-specific data (like the current user) without prop drilling.