From 3daf5ecacc07f259ede08cf553539f7b9bfeb3e7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 19 Sep 2022 00:43:25 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pwiki2.js b/pwiki2.js index dd1f99e..91a837a 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -6,6 +6,12 @@ * - fs store/export in browser or a simple way to export/import... * * +* XXX need basic system events: +* .onUpdate(path, data?) +* .onUreate(path, data?) +* .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???