Using the localstorage-adapter does not work since 6.4.0.
It throws the following error when creating the db-instance:
AssertionError {name: "AssertionError", actual: "undefined", expected: "string", operator: "==", message: ".status required, old abstract-leveldown"鈥
actual: "undefined"
expected: "string"
generatedMessage: false
message: ".status required, old abstract-leveldown"
name: "AssertionError"
operator: "=="
stack: "AssertionError: .status required, old abstract-leveldown....
const db = new PouchDB('mydb', {adapter:'localstorage'});
Yup this was recently added to allowed failures due to https://github.com/pouchdb/pouchdb/pull/6941#issuecomment-352166744
Could you please, give more information? Can't use localstorage adapter since 6.4.0 ? How supports old browsers ?