Home > not found > not found error dom idbdatabase exception 8

Not Found Error Dom Idbdatabase Exception 8

Sign in Pricing Blog Support Search GitHub This repository Watch 261 Star 7,131 Fork 771 pouchdb/pouchdb Code Issues 101 Pull requests 3 Projects 0 Wiki Pulse Graphs New issue Error with Safari 8.0 (OS X 10.10 Yosemite) #2533 Closed frdmn opened this Issue Jul 26, 2014 · 28 comments Projects None yet Labels None yet Milestone No milestone Assignees No one assigned 6 participants frdmn commented Jul 26, 2014 I'm using PouchDB 2.2.3 on Safari 8.0 (Latest beta of OS X 10.10) and I get the following error: NotFoundError: DOM IDBDatabase Exception 8: An operation failed because the requested database object could not be found. Using this code: pouchdb.get('apiCache', function(err, otherDoc) { pouchdb.put({ apiData: data, timestamp: $.now() }, 'apiData', otherDoc._rev); }); Works fine with Firefox 28 and Chrom 36 as well as Safari 7 on OS X 10.7 PouchDB member nolanlawson commented Jul 26, 2014 @frdmn We have not tested with Safari 8, because none of the PouchDB devs have access to it yet. :( So your feedback is super valuable. There are two things I'd recommend you to do: Report the bug to Apple, since they still have a chance to fix it before Safari 8 ships. Go to pouchtest.com and then post the link to your test report here, so we can see exactly which test fails and how. (You can test local-only with this link if the first test is too slow.) As for unblocking yourself in your own code, if you absolutely need Safari 8 compatibility, then use WebSQL by default and fall back to IndexedDB instead of the other way around: var pouch = new PouchDB('foo', {adapter: 'websql'}); if (!pouch.adapter) {

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 6.2 million https://github.com/pouchdb/pouchdb/issues/2533 programmers, just like you, helping each other. Join them; it only takes a minute: Sign up NotFoundError: DOM IDBDatabase Exception 8 when creating transaction in indexedDB up vote 0 down vote favorite 1 I try to use Indexed DB API for some tests. My code is the following :

 

© Copyright 2019|winbytes.org.