0

I took a look at the HTML5 File API. I also looked at this tutorial for handling files using HTML5.

Is there an API for file change notifications? I was hoping for something similar to the WatchService API in the Java NIO2 library.

braveterry
  • 3,724
  • 8
  • 47
  • 59

1 Answers1

1

There is no API for file change notifications.

Mikko Ohtamaa
  • 82,057
  • 50
  • 264
  • 435