redgeoff / delta-pouch

Conflict-free collaborative editing for PouchDB
196 stars 13 forks source link

Demos failing in Safari 8.0 / OSX 10.10.1 #44

Closed mikkokam closed 7 years ago

mikkokam commented 9 years ago

Both demos fail with an error message: NotFoundError: DOM IDBDatabase Exception 8: An operation failed because the requested database object could not be found. pouchdb.js:3101

redgeoff commented 9 years ago

I don't have Safari 8 on my laptop. Is there any chance that you can run the demos from your computer, with the newest PouchDB release? To do this, change the line:

<script src="//cdn.jsdelivr.net/pouchdb/3.0.1/pouchdb.js"></script>

to:

<script src="//cdn.jsdelivr.net/pouchdb/3.1.0/pouchdb.min.js"></script>
redgeoff commented 7 years ago

Should be fixed by https://github.com/redgeoff/delta-pouch/pull/52