We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It took me longer than I would have liked to get up and running with this lib:
Quite a lot of console.loging, searching through finder folders, etc
console.log
It would be nice the following were mentioned:
'./scratch/'
name
./scratch/value
JSON.stringify
parse
I know the docs mention "Fully implements the localStorage specfication" but it's not like I go to bed at night reading the specs.
Also:
Otherwise, thanks very much! Nice lib once up and running :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It took me longer than I would have liked to get up and running with this lib:
Quite a lot of
console.log
ing, searching through finder folders, etcIt would be nice the following were mentioned:
'./scratch/'
is a process-relative folder (maybe just include the trailing slash?)name
d text files, one per key, i.e../scratch/value
JSON.stringify
/parse
(the word "serialized" implies this might be done for you)I know the docs mention "Fully implements the localStorage specfication" but it's not like I go to bed at night reading the specs.
Also:
Otherwise, thanks very much! Nice lib once up and running :)
The text was updated successfully, but these errors were encountered: