Logos DX
    Preparing search index...
    interface WatchOptionsWithBufferEncoding {
        encoding: "buffer";
        maxQueue?: number;
        overflow?: "ignore" | "throw";
        persistent?: boolean;
        recursive?: boolean;
        signal?: AbortSignal;
    }

    Hierarchy (View Summary)

    Index

    Properties

    encoding: "buffer"
    maxQueue?: number
    overflow?: "ignore" | "throw"
    persistent?: boolean
    recursive?: boolean
    signal?: AbortSignal

    When provided the corresponding AbortController can be used to cancel an asynchronous action.