@tauri-apps/plugin-fs - v2.4.1
Tauri Docs
GitHub
Preparing search index...
watch
Function watch
watch
(
paths
:
string
|
URL
|
string
[]
|
URL
[]
,
cb
:
(
event
:
WatchEvent
)
=>
void
,
options
?:
DebouncedWatchOptions
,
)
:
Promise
<
UnwatchFn
>
Watch changes (after a delay) on files or directories.
Parameters
paths
:
string
|
URL
|
string
[]
|
URL
[]
cb
:
(
event
:
WatchEvent
)
=>
void
Optional
options
:
DebouncedWatchOptions
Returns
Promise
<
UnwatchFn
>
Since
2.0.0
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Tauri Docs
GitHub
@tauri-apps/plugin-fs - v2.4.1
Loading...
Watch changes (after a delay) on files or directories.