probe-web / @probe-web/artifacts / WatchOptions
Interface: WatchOptions
Defined in: index.ts:54
Polling options for watchFile and FileArtifact.watch.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
intervalMs? | number | Poll interval in ms (the File System Access API has no change events). Default 500. | index.ts:56 |
settleMs? | number | Debounce: wait until the file stops changing for this long, in ms (build tools write in steps). Default 300. | index.ts:58 |