Listening to the HTML5 file system in a Chrome Application -


i working on google chrome app reads , writes sandboxed local file system.

i accessing file system invoking window.webkitrequestfilesystem || window.requestfilesystem

this large application, , have code components creating , deleting files (call them producers), , other code components displaying files (the consumers).

for clean separation of code, don't want producers , consumers know 1 another. consumers watch file system, , react appropriately when files created or modified.

sadly, appears framework provides no way add listener local file system.

am correct in saying that?

it looks in works , may land within next few months. see relevant issue tracker


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -