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
820 stars 142 forks source link

Service Workers test fails on first run #164

Closed aaronpowell closed 8 years ago

aaronpowell commented 8 years ago

I've just noticed a problem with the merge from @brettz9's Service Worker support, the test, when run, fails the first time around, but then future runs pass. This means that when it's run in Sauce Labs it will fail the build, as it's the first time that browser instance is used.

aaronpowell commented 8 years ago

Fixed with #165