Y
Hacker News
new
|
ask
|
show
|
jobs
SASStore - Simple binary string data store for Local Storage
(
dungfu.github.io
)
13 points
by
DungFu
4625 days ago
4 comments
shaggyfrog
4625 days 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.
link
Bahamut
4625 days ago
Agreed about the poor name - very unfortunate
link
crazy_writes
4625 days ago
I remember having to write some long code for localStorage that changes binary to 32 bit and then back to binary. Nice!
link
MatthewPhillips
4625 days 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.
link
DungFu
4625 days ago
but then you have to have it be asynchronous to use indexedDB (which might be difficult or annoying with certain implementations)
link
AjayTripathy
4625 days ago
While I've never actually run out of localstorage space, I can see it being an issue for some webgl applications. Cool stuff!
link