Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: further copyediting to fs doc
Removed "Only FSEvents supports this type of file watching so it is
unlikely any additional platforms will be added soon."

Per @saghul, "FSEvents" refers to the OSX API, but since we added
Windows support it may not be  unlikely that we add more.
  • Loading branch information
Trott committed Sep 28, 2015
commit a921dc96b34736eef2cc57c40a6dba90ecfe305f
4 changes: 1 addition & 3 deletions doc/api/fs.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -633,9 +633,7 @@ the event.
The `fs.watch` API is not 100% consistent across platforms, and is
unavailable in some situations.

The recursive option is only supported on OS X and Windows. Only FSEvents
supports this type of file watching so it is unlikely any additional platforms
will be added soon.
The recursive option is only supported on OS X and Windows.

#### Availability

Expand Down