We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f260bdd commit dd6bf20Copy full SHA for dd6bf20
doc/api/fs.md
@@ -3996,6 +3996,7 @@ to be notified of filesystem changes.
3996
* On SunOS systems (including Solaris and SmartOS), this uses [`event ports`][].
3997
* On Windows systems, this feature depends on [`ReadDirectoryChangesW`][].
3998
* On Aix systems, this feature depends on [`AHAFS`][], which must be enabled.
3999
+* On IBM i systems, this feature is not supported.
4000
4001
If the underlying functionality is not available for some reason, then
4002
`fs.watch()` will not be able to function and may thrown an exception.
0 commit comments