aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2015-03-29 22:29:59 -0500
committerDavid Barksdale <amatus@amatus.name>2015-03-29 22:29:59 -0500
commitce0349a493c5aa09ba1531ba4c04d78734eb26d8 (patch)
treeeaa9e0b4299b987a4688eb741bd1522aa4d947d4 /README.md
parente340085b25cd18229afebcc5e8757dbb77cde934 (diff)
Add IndexedDB datastore backend
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 12af2f1..0631c5b 100644
--- a/README.md
+++ b/README.md
@@ -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.