dumbmatter / fakeIndexedDB

A pure JS in-memory implementation of the IndexedDB API
Apache License 2.0
585 stars 70 forks source link

Polyfill DOMStringList methods on objectStoreNames. #7

Closed dpogue closed 8 years ago

dpogue commented 8 years ago

Fixes #4.

dumbmatter commented 8 years ago

@dpogue you are awesome! Thanks! I'm going to add this to indexNames too, include it in some tests, and then do another release.