Settings

Theme

SASStore - Simple binary string data store for Local Storage

dungfu.github.io

13 points by DungFu 12 years ago · 6 comments

Reader

shaggyfrog 12 years ago

Given the popularity of SASS, this seems like a poor choice for a name... I thought this JS library came from the same project.

crazy_writes 12 years ago

I remember having to write some long code for localStorage that changes binary to 32 bit and then back to binary. Nice!

MatthewPhillips 12 years ago

IndexedDB 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.

  • DungFuOP 12 years ago

    but then you have to have it be asynchronous to use indexedDB (which might be difficult or annoying with certain implementations)

AjayTripathy 12 years ago

While I've never actually run out of localstorage space, I can see it being an issue for some webgl applications. Cool stuff!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection