Sign in
apache
/
pouchdb
/
refs/heads/test-ie-redux
/
.
/
lib
/
plugins
/
config-localstorage-down.js
blob: 04b687548089e99493228253f90e7bc7ba2cc652 [
file
] [
log
] [
blame
]
'use strict'
;
module
.
exports
=
{
name
:
'localstorage'
,
valid
:
function
()
{
return
'localStorage'
in window
;
},
use_prefix
:
true
};