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

Hierarchy

Properties

Properties

bytes: number
signal?: AbortSignal