demo · v144

Round-Trip Cycle

Write N records, read them back, measure the round-trip. In incognito Chrome 144 IDB now runs on an in-memory SQLite backend rather than LevelDB — round-trips should hold steady regardless of dataset size. Try 100, 1k, 10k.

indexedDB: checking…

click cycle to time write + read of N records.

the API

// No API change. The backend switch happens internally:
// • Normal mode → LevelDB on disk
// • Incognito  → SQLite in memory (Chrome 144+)
// Observable as more stable latency under memory pressure.

see also