marcuswestin / store.js

Cross-browser storage for all use cases, used across the web.
MIT License
14.02k stars 1.33k forks source link

Explain serialization conversions in docs #198

Open marcuswestin opened 7 years ago

marcuswestin commented 7 years ago

E.g undefined and Infinity will be converted to null when stored, due to JSON.serialize. It would probably be meaningful to have all little quirks like this documented somewhere in one place.

See #109

krizzu commented 7 years ago

Hey :)

Some of those caveats are explained MDN here

Is that what we're after?