Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.