Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3dda55a

Browse filesBrowse files
iandrcaddaleax
authored andcommitted
doc: update fs.watch() availability for IBM i
Add a line that IBM i does not support `fs.watch()`. Fixes: #34607 Refs: https://nodejs.org/docs/latest/api/fs.html#fs_availability PR-URL: #34611 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent dc6e7f8 commit 3dda55a
Copy full SHA for 3dda55a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/fs.md‎

Copy file name to clipboardExpand all lines: doc/api/fs.md
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3894,6 +3894,7 @@ to be notified of filesystem changes.
38943894
* On SunOS systems (including Solaris and SmartOS), this uses [`event ports`][].
38953895
* On Windows systems, this feature depends on [`ReadDirectoryChangesW`][].
38963896
* On Aix systems, this feature depends on [`AHAFS`][], which must be enabled.
3897+
* On IBM i systems, this feature is not supported.
38973898

38983899
If the underlying functionality is not available for some reason, then
38993900
`fs.watch()` will not be able to function and may thrown an exception.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.