Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylemit/session-storage-test
An attempt to reproduce session storage constraints on older devices
https://github.com/kylemit/session-storage-test
demo-app session-storage vanilla-js
Last synced: 27 days ago
JSON representation
An attempt to reproduce session storage constraints on older devices
- Host: GitHub
- URL: https://github.com/kylemit/session-storage-test
- Owner: KyleMit
- License: mit
- Created: 2021-09-30T15:19:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T21:30:26.000Z (about 3 years ago)
- Last Synced: 2024-10-28T12:03:04.801Z (about 2 months ago)
- Topics: demo-app, session-storage, vanilla-js
- Language: HTML
- Homepage: https://storage-blaster.netlify.app/
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Session Storage Test
An attempt to reproduce session storage constraints on older devices, as mentioned in this Stack Overflow post - [When is sessionStorage actually cleared?](https://stackoverflow.com/q/36604747/1366033). Which referenced an [archived MDN page on `Window.sessionStorage`](https://web.archive.org/web/20180206072529/https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage) claiming:
> **Note**: since iOS 5.1, Safari Mobile stores localStorage data in the cache folder, which is subject to occasional clean up, at the behest of the OS, typically if space is short.