Cross-Domain Storage Solution #7
Locked
iamnewton
started this conversation in
Specification
Replies: 1 comment 1 reply
-
This article provides a great high-level overview of available options. It seems like indexedDB is most obvious starting point due to its asynchronous nature, support for transactions, and much larger storage capacity. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We know that we're going to have to store the interest groups and auction data within a Cross-Domain Sharing solution, but the specifics of that are not yet determined.
Should we use
localStorage
, orsessionStorage
, orindexedDB
, or something else?And depending on the answer to that question, do we store in JSON?
Beta Was this translation helpful? Give feedback.
All reactions