8 ms·
SASStore - Simple binary string data store for Local Storage
- AjayTripathy 13y agoWhile I've never actually run out of localstorage space, I can see it being an issue for some webgl applications. Cool stuff!
- crazy_writes 13y agoI remember having to write some long code for localStorage that changes binary to 32 bit and then back to binary. Nice!
- MatthewPhillips 13y agoIndexedDB is now supported by every browser but Safari (for that you can use a polyfill). Trying to work around localStorage limitations isn't really necessary any more.
- DungFu 13y agobut then you have to have it be asynchronous to use indexedDB (which might be difficult or annoying with certain implementations)
- shaggyfrog 13y agoGiven the popularity of SASS, this seems like a poor choice for a name... I thought this JS library came from the same project.
- Bahamut 13y agoAgreed about the poor name - very unfortunate