Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 793 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 793 Bytes

Web Storage Playground

A set of tools to test features and performance of local storage, indexedDB and cache storage.

Try it out

https://idb.zeroliu.com

How to use

Abusers

Inject sized strings to the selected web storage. Useful to test browser support of certain web storage API and browser eviction.

Benchmarks

Run the preset test cases 100x and outputs the performance benchmarks.

Estimates

The storage estimates are displayed above the panel.

Prior Arts

Inspired by Browser Storage Abuser and Browser database comparison.

Browser storage abuser unfortunately no longer works in the modern browsers. We provide more benchmarks to represent real world use cases.