TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

SASStore - Simple binary string data store for Local Storage

13 pointsby DungFuover 11 years ago

4 comments

shaggyfrogover 11 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.
评论 #6583049 未加载
crazy_writesover 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!
MatthewPhillipsover 11 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.
评论 #6582767 未加载
AjayTripathyover 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!