Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablobm/session-storage-test
Demonstration of the `sessionStorage` feature in current browsers
https://github.com/pablobm/session-storage-test
Last synced: 15 days ago
JSON representation
Demonstration of the `sessionStorage` feature in current browsers
- Host: GitHub
- URL: https://github.com/pablobm/session-storage-test
- Owner: pablobm
- Created: 2018-08-30T11:44:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T11:49:20.000Z (over 6 years ago)
- Last Synced: 2024-11-18T11:37:26.140Z (about 1 month ago)
- Language: HTML
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Session storage test
A simple demonstration of use of `sessionStorage`. You can host it locally
with a simple web server (eg: `python -mSimpleHTTPServer`) or visit it
at https://session-storage-test.herokuapp.com.The purpose is to show how the counter will stay independent across tabs.
You can refresh each tab, or click on the link, and each tab will keep
its own counter, without affecting the others.As I write these lines, `sessionStorage` appears to be well supported
across different browsers: https://caniuse.com/#search=sessionstorage