diff options
author | David Barksdale <amatus@amatus.name> | 2015-03-29 22:29:59 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2015-03-29 22:29:59 -0500 |
commit | ce0349a493c5aa09ba1531ba4c04d78734eb26d8 (patch) | |
tree | eaa9e0b4299b987a4688eb741bd1522aa4d947d4 /README.md | |
parent | e340085b25cd18229afebcc5e8757dbb77cde934 (diff) |
Add IndexedDB datastore backend
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -16,8 +16,7 @@ Roadmap * gnunet-service-nse.js - Done. * gnunet-service-dht.js - Done. * gnunet-service-cadet.js - Done. - * gnunet-service-datastore.js - Building with heap backend plugin. - * Needs an [indexedDB] backend plugin. + * gnunet-service-datastore.js - Done. * gnunet-service-peerstore.js - Done. * gnunet-service-fs.js - Done. * Write a minimal UI for the file-sharing service. @@ -25,7 +24,6 @@ Roadmap * Publish. * The user can only select one file at a time. * No directory support. - * Needs indexedDB datastore backend for persistence. * Needs a GNUnet API change to access the File object piecewise instead of loading the entire thing into RAM. * Download. |