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

    Class NodeFragment

    One sequenced piece of an AsyncNode's ordered stream.

    id selects the node, seq establishes logical order independently of transport arrival, and continued=false declares this fragment final. Payload is either an inline Chunk or a NodeRef.

    Index
    continued: boolean
    data: Chunk | NodeRef
    id: string
    seq: number | null