Sign in
apache
/
pouchdb
/
refs/heads/test-ie-redux
/
.
/
lib
/
plugins
/
config-level-js.js
blob: 87f5d5a526a5781eb702641c82d470cd25f61386 [
file
] [
log
] [
blame
]
'use strict'
;
module
.
exports
=
{
name
:
'idb-alt'
,
valid
:
function
()
{
return
'idb'
in window
.
PouchDB
.
adapters
&&
window
.
PouchDB
.
adapters
.
idb
.
valid
();
},
use_prefix
:
true
};