alternative to fs.watch

Issue #84 resolved
Gautier DUMAS created an issue

Hi,

does it exist some alternatives to fs.watch ? Do you know why it’s not supported on IBM i platform ?

Thank you

Comments (2)

  1. Kevin Adler

    fs.watchFile is the closest equivalent, though its interface is slightly different and uses polling. The reason fs.watch is not supported is because the underlying technology to have the OS watch files does not exist on the IBM i platform.

  2. Log in to comment