com.vaadin.polymer.public.bower_components.pouchdb.src.next.js Maven / Gradle / Ivy
The newest version!
import PouchDB from 'pouchdb-core';
import idbPouch from 'pouchdb-adapter-indexeddb';
import httpPouch from 'pouchdb-adapter-http';
import replication from 'pouchdb-replication';
export default PouchDB
.plugin(idbPouch)
.plugin(httpPouch)
.plugin(replication);
© 2015 - 2024 Weber Informatics LLC | Privacy Policy