indexeddbshim / IndexedDBShim

A polyfill for IndexedDB using WebSql
Other
968 stars 191 forks source link

Possible exception ordering/race condition problems and testing #288

Closed brettz9 closed 7 years ago

brettz9 commented 7 years ago

A number of W3C tests are failing because of apparent issues with exception order and/or race conditions.

We ought to fix or document the underlying issues and if necessary, submit PRs to fix the W3C tests, some of which have been listed at: https://github.com/w3c/web-platform-tests/issues/2888

brettz9 commented 7 years ago

The remaining failing tests (not related to blocking) are probably due to #296 but we can confirm after a fix.

brettz9 commented 7 years ago

I'll close this as the remaining problems really do appear to be due to #296 .