Back to Home

Dexie Connection Leak

Creating Dexie objects every millisecond without closing them explicitly.

This repro creates a new Dexie instance every millisecond. These instances go out of JavaScript scope are still reference by Dexie's internal connections array.

Instances Created: 0
Status: Stopped