Skip to content

Instantly share code, notes, and snippets.

View waquner's full-sized avatar

Stefan Wagner waquner

View GitHub Profile
<html>
<body>
<script src="https://cdn.jsdelivr.net/pouchdb/latest/pouchdb.js"></script>
<script>
// Destroy and recreate the database every time the page is reloaded
var db = new PouchDB('testdb');
db.get('blabla.blabla', function(err, doc) {
function() {};