aaronpowell / db.js

db.js is a wrapper for IndexedDB to make it easier to work against
http://aaronpowell.github.com/db.js/
MIT License
818 stars 142 forks source link

Chrome: db.open().done is not a function #119

Open astanciu opened 9 years ago

astanciu commented 9 years ago

Uncaught TypeError: db.open(...).done is not a function

Getting this error in Chrome. It seems to prefer .then instead of .done

aaronpowell commented 9 years ago

Where are you getting told to call done? All the samples in the readme were updated when moving to ES6 Promises

astanciu commented 9 years ago

Here: http://aaronpowell.github.io/db.js/

aaronpowell commented 9 years ago

Ha, the gh-pages branch is massively out of date. Forgot that even existed :stuck_out_tongue:

astanciu commented 9 years ago

Heh, no worries.. googled into it.

mikemorton commented 9 years ago

The github.io pages are the first thing that come up for me when I google for db.js - is there a more up-to-date source of documentation available?

aaronpowell commented 9 years ago

The readme.md :stuck_out_tongue:

Yeah I should update the gh-pages branch, or someone can PR it :wink:

lifedever commented 8 years ago

oh no!

brettz9 commented 8 years ago

Could this issue be renamed to "Update gh-pages" or something like that?