indexeddbshim / IndexedDBShim

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

ObjectStore/Index Rename #287

Closed brettz9 closed 7 years ago

brettz9 commented 7 years ago

While we've added an implementation for the more recent API ability to rename object stores and indexes, it is not well-tested and indeed is failing a number of W3C tests. This issue is for tracking progress on those problems.

brettz9 commented 7 years ago

Fixed in master.