Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-09-19 00:43:25 +03:00
parent d73de66ac7
commit 3daf5ecacc

View File

@ -6,6 +6,12 @@
* - fs store/export in browser or a simple way to export/import...
*
*
* XXX need basic system events:
* <page>.onUpdate(path, data?)
* <page>.onUreate(path, data?)
* <page>.onDelete(path)
* ..stores should also be able to trigger these when external
* updates are detected...
* XXX might also be a good idea to investigate a .tree directory index
* as a supplement to .paths()
* XXX Q: can we access fs from a pwa???