[w3c/filesystem-api] Provide a API to monitor file/directory change (#7)

It's nice to be able to monitor file/directory change when a filesystem is shared by multiple instances of web app(s). Native apps extensively utilize this feature, and node.js has a (more or less) cross-platform API -- [`fs.watch()`](https://nodejs.org/api/fs.html#fs_fs_watch_filename_options_listener).

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/filesystem-api/issues/7

Received on Thursday, 5 May 2016 09:19:26 UTC