Sign in
apache
/
pouchdb
/
refs/heads/4071-part-three
/
.
/
lib
/
deps
/
env
/
hasLocalStorage.js
blob: 5f8115c6563f9597efb7654cef6d5e8cb09234ee [
file
] [
log
] [
blame
]
'use strict'
;
// in Node of course this is false
module
.
exports
=
function
hasLocalStorage
()
{
return
false
;
};