KC's Workspace
    Preparing search index...

    Interface ClientSessionRequestOptions

    interface ClientSessionRequestOptions {
        endStream?: boolean;
        exclusive?: boolean;
        parent?: number;
        signal?: AbortSignal;
        waitForTrailers?: boolean;
    }
    Index

    Properties

    endStream?: boolean
    exclusive?: boolean
    parent?: number
    signal?: AbortSignal
    waitForTrailers?: boolean