npm fake-indexeddb 6.2.0

latest releases: 6.2.2, 6.2.1
5 days ago

New features

  • Add new forceCloseDatabase API to simulate the database being abnormally closed, emitting a "close" event (#126 by @nolanlawson)

Performance

  • Significantly improved performance of some operations (like 13x for inserts with many multiEntry indexes) by using a binary search tree to store data, although for most simple use cases you won't notice a difference (#128 by @nolanlawson)

  • Improved performance in non-Safari browsers by using scheduler.postTask rather than setTimeout (#129 by @nolanlawson)

Bug fixes

Infrastructure

Don't miss a new fake-indexeddb release

NewReleases is sending notifications on new releases.