Closed
Bug 707916
Opened 12 years ago
Closed 9 years ago
[OS.File] Add an API for filesystem event notification (ie. inotify, filewatcher...)
Categories
(Core :: Networking: File, enhancement)
Core
Networking: File
Tracking
()
RESOLVED
DUPLICATE
of bug 958280
People
(Reporter: cedricv, Unassigned)
Details
This is a feature currently missing in the platform that would be quite useful. Eg. for bug 671982
Reporter | ||
Updated•12 years ago
|
Summary: (JSFileAPI) Add an API for filesystem events (inotify, filewatcher...) → (JSFileAPI) Add an API for filesystem event notification (ie. inotify, filewatcher...)
Updated•11 years ago
|
Assignee: general → nobody
Severity: normal → enhancement
Component: JavaScript Engine → Networking: File
QA Contact: general → networking.file
Summary: (JSFileAPI) Add an API for filesystem event notification (ie. inotify, filewatcher...) → [OS.File] Add an API for filesystem event notification (ie. inotify, filewatcher...)
Comment 1•11 years ago
|
||
It may be possible to implement this: - under Linux, with inotify; - under MacOS and BSD with kqueue; - under Windows with FindFirstChangeNotification/FindNextChangeNotification.
Comment 2•11 years ago
|
||
Doug, David, I assume this feature will be useful for the Media Storage API?
Comment 3•11 years ago
|
||
I think this is generally lower-level than the Media Storage API, but I would be glad if we could use it somewhere in the implementation of that API.
![]() |
||
Comment 4•9 years ago
|
||
All this work is getting done elsewhere.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•