Sign in
apache
/
pouchdb
/
refs/heads/http-dead-code
/
.
/
lib
/
plugins
/
localstorage
/
config.js
blob: 86ac083a032d4afc6586cb5d49707a89bfb77038 [
file
] [
log
] [
blame
]
'use strict'
;
module
.
exports
=
{
name
:
'localstorage'
,
valid
:
function
()
{
return
typeof
localStorage
!==
'undefined'
;
},
use_prefix
:
true
};