Skip to content

Commit 37d1979

Browse files
authored
Update README.md
1 parent 042298e commit 37d1979

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ Features:
1212
- monitor a single file (or directory) for changes
1313
- monitor a directory for changes to its direct children
1414
- monitor a directory for changes for all its descendants (aka recursive directory watch)
15-
- backends supported:
16-
- the JDK [`WatchService`](https://docs.oracle.com/javase/8/docs/api/java/nio/file/WatchService.html) API on any platform
17-
- the native [FSEvents](https://developer.apple.com/documentation/coreservices/file_system_events) API on macOS
15+
- high-resolution events (on macOS we use the native [FSEvents](https://developer.apple.com/documentation/coreservices/file_system_events) API to circumvent the polling behavior of the JDK [WatchService](https://docs.oracle.com/javase/8/docs/api/java/nio/file/WatchService.html))
1816
- edge cases dealt with:
1917
- recursive watches will also continue in new directories
2018
- multiple watches for the same directory are merged to avoid overloading the kernel

0 commit comments

Comments
 (0)