Sign in
apache
/
pouchdb
/
refs/heads/read-as-array-buffer
/
.
/
lib
/
plugins
/
config-localstorage-down.js
blob: ddf255b9148b7a64a7f04c0151ec76433941027f [
file
] [
log
] [
blame
]
'use strict'
;
module
.
exports
=
{
name
:
'localstorage'
,
valid
:
function
()
{
return
typeof
localStorage
!==
'undefined'
;
},
use_prefix
:
true
};