HTML5:API 中是否有文件更改通知?
我查看了 HTML5 文件 API。我还查看了这个使用 HTML5 处理文件的教程。
是否有用于文件更改通知的 API?我希望有类似于 Java 中的 WatchService API 的东西NIO2 库。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有用于文件更改通知的 API。
There is no API for file change notifications.