A11 TypeScript API - v0.2.1
    Preparing search index...

    Interface AsyncNodeOptions

    Collaborators and cursor policy for an AsyncNode.

    Index
    nodeMap?: NodeMap

    Owning map, used when the node participates in action/session state.

    readerOptions?: ChunkStoreReaderOptions

    Ordering, offset, and prefetch policy for the consuming half.

    serializationRegistry?: SerializationRegistry

    Registry used to turn application objects into typed chunks.

    writerOptions?: ChunkStoreWriterOptions

    Batching and backpressure policy for the producing half.