Interface WatchOptions

Hierarchy

  • Abortable
    • WatchOptions

Properties

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

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

Generated using TypeDoc