Sign in
apache
/
pouchdb
/
refs/heads/faster-json-parse
/
.
/
src
/
plugins
/
localstorage
/
config.js
blob: 6260f1d4140d326c5dda7fb83dd438bf2ae1d38c [
file
] [
log
] [
blame
]
export
default
{
name
:
'localstorage'
,
valid
:
function
()
{
return
typeof
localStorage
!==
'undefined'
;
},
use_prefix
:
true
};