TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
SASStore - Simple binary string data store for Local Storage
13 points
by
DungFu
over 11 years ago
4 comments
shaggyfrog
over 11 years ago
Collapse
Given the popularity of SASS, this seems like a poor choice for a name... I thought this JS library came from the same project.
评论 #6583049 未加载
crazy_writes
over 11 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
over 11 years ago
Collapse
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.
评论 #6582767 未加载
AjayTripathy
over 11 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!