Skip to content

Add dropInstance() method!

Compare
Choose a tag to compare
@thgreasi thgreasi released this 03 Mar 09:08
· 77 commits to master since this release

Adds dropInstance() method to localforage.
This will be an optional method for custom drivers to preserve compatibility in an effort to not make this a breaking change. Custom driver that doesn't provide the dropInstance() method will reject with a respective error when this method is invoked.

Further improves IDB driver reliability by trying to reestablish closed connections or upgraded stores.