We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d629be2 commit 454a3d9Copy full SHA for 454a3d9
doc/api/fs.md
@@ -2457,9 +2457,8 @@ added: v0.1.31
2457
-->
2458
2459
* `filename` {string|Buffer}
2460
-* `listener` {Function|undefined} **Default:** `undefined`
2461
- * `eventType` {string}
2462
- * `filename` {string|Buffer}
+* `listener` {Function} Optional, a listener previously attached using
+ `fs.watchFile()`
2463
2464
Stop watching for changes on `filename`. If `listener` is specified, only that
2465
particular listener is removed. Otherwise, *all* listeners are removed,
0 commit comments