dumbmatter / fakeIndexedDB

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

Fix error when adding undefined or null children in indexed objects #74

Closed lukebrody closed 2 years ago

lukebrody commented 2 years ago

Confirmed that this matches browser behavior in Firefox and Chrome

dumbmatter commented 2 years ago

Thanks! I just published v3.1.8 with this fix.