[w3c/webstorage] Async alternative? (#7)

This is probably not the right place for this, but I'm not sure where to post this otherwise. Hopefully you can provide me some pointers...

Is there a W3C interface spec for something like `Storage` (a key-value store) that is async?

In our project we like to use W3C specs where possible, but the synchronous nature of `Storage` is a bit problematic: the fact that it's sync, means that the methods would block while I/O to disk is happening (it could write to a RAM cache and write back to disk asynchronously, but that's problematic when there are disk I/O errors, power loss, etc).

Thanks.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webstorage/issues/7

Received on Tuesday, 24 October 2017 10:44:14 UTC