plasmidhq / plasmid

A browser database with optional multi-device syncronization
http://plasmid.readthedocs.org/en/latest/
30 stars 1 forks source link

Support full range of SCA types #22

Closed ironfroggy closed 11 years ago

ironfroggy commented 11 years ago

IndexedDB databases can store objects valid through the Structured Clone Algorithm. However, for now, Plasmid only supports things which are JSON serializable. Right now, I don't know of a serialization format that handles all the types SCA allows.