watch
watch(
paths,cb,options?):Promise<UnwatchFn>
Defined in: plugins/fs/guest-js/index.ts:1291
Watch changes (after a delay) on files or directories.
string | URL | string[] | URL[]
(event) => void
Promise<UnwatchFn>
2.0.0
© 2025 Tauri Contributors. CC-BY / MIT