-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Watch Api bindings #82
Comments
definitely, it's in https://nodejs.org/docs/latest/api/fs.html#fswatchfilename-options-listener |
https://chatgpt.com/share/66ff459b-140c-8000-bad0-b45dada09474 Callback API -> missing methods:
Summary:The delta, or missing methods not currently exported by your code, includes many of the specialized methods, Synchronous API -> missing methods:Missing Methods to Add to Your Library:
Methods to Remove (Deprecated or Removed):
Summary:
|
It is not large API surface:
watch, watchFile, unwatchFile, FSWatcher, StatWatcher
.What do you think, should it go to a separate module
Node.FS.Watch
?The text was updated successfully, but these errors were encountered: