AbraCalc

Cookie & Storage Support Checker

Check which storage APIs your browser supports: cookies, localStorage, sessionStorage, IndexedDB.

Embed this tool on your site

How to use this tool

  1. Open this page — it runs instantly in your browser, no signup or install.
  2. Allow any permission prompt if asked; everything stays on your device.
  3. Use the on-screen controls — results update live.

Check which storage APIs your browser supports: cookies, localStorage, sessionStorage, IndexedDB.

Frequently asked questions

Why is localStorage blocked?
Browsers block localStorage in third-party iframes and when the user has set 'Block all cookies'. Private/incognito mode may also restrict it.
What is the storage quota?
localStorage is typically limited to 5-10 MB per origin. IndexedDB can store much larger amounts, up to a percentage of available disk space.