https://github.com/firefox-devtools/storage-assessment
A test page to assess the status of storage panels
https://github.com/firefox-devtools/storage-assessment
Last synced: 10 months ago
JSON representation
A test page to assess the status of storage panels
- Host: GitHub
- URL: https://github.com/firefox-devtools/storage-assessment
- Owner: firefox-devtools
- License: mpl-2.0
- Created: 2018-02-12T15:06:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T16:46:30.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T06:31:57.388Z (12 months ago)
- Language: HTML
- Homepage: http://firefox-dev.tools/storage-assessment/
- Size: 32.2 KB
- Stars: 2
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Storage assessment
A test page that tries to store things in various back ends (cookies, localStorage, IndexedDB) to help you assess if your Developer Tools let you inspect and edit the data comfortably.
## Usage
Access `index.html` using a secure protocol, or visiting [this site](http://firefox-dev.tools/storage-assessment/). It'll remove previous test data (if present) and install new test data. Open your developer tools and look at the storage tool and see what works and what doesn't.
The `index.html` page also contains an analysis of each area and the current results. These are manual and are not automatically updated.