Skip to content

I can't get this working with LevelDB #57

Answered by adumbidiot
ShayBox asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, thanks for the interest. First of all, I don't believe any of this is an issue with this library, but I'll try to help out the best I can.

I found this blog that says chrome uses lz-string.

You've misunderstood the blog post. The blog says that instead of saving raw strings to localstorage, some websites compress them with lz-string before saving. This is a technique implemented by the websites themselves, not Chrome; the same compression with lz-string would also be performed with Firefox.

Its been a while since I've messed around with Chrome's localstorage; last I remember, they didn't use any compression. However, I just did a quick check, and they now seem to use Snappy compres…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ShayBox
Comment options

@ShayBox
Comment options

@adumbidiot
Comment options

@ShayBox
Comment options

Answer selected by adumbidiot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants