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

    Hierarchy (View Summary)

    Index

    Properties

    encoding?: BufferEncoding | "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.