@haxall/haxall
    Preparing search index...

    Interface WatchOptions

    interface WatchOptions {
        encoding?: "buffer" | BufferEncoding;
        persistent?: boolean;
        recursive?: boolean;
        signal?: AbortSignal;
    }

    Hierarchy

    • Abortable
      • WatchOptions
    Index

    Properties

    encoding?: "buffer" | BufferEncoding
    persistent?: boolean
    recursive?: boolean
    signal?: AbortSignal

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