Sign in
apache
/
pouchdb
/
refs/heads/faster-json-parse
/
.
/
src
/
plugins
/
fruitdown
/
config.js
blob: cddee276a071635976c7ba04907adc3fef60c4b7 [
file
] [
log
] [
blame
]
export
default
{
name
:
'fruitdown'
,
valid
:
function
()
{
return
!!
global
.
indexedDB
;
},
use_prefix
:
true
};