it
    Preparing search index...

    Interface ReadOptions

    interface ReadOptions {
        bytes: number;
        signal?: AbortSignal;
    }

    Hierarchy

    Index

    Properties

    Properties

    bytes: number
    signal?: AbortSignal