sessionStorage
稳定性: 1.0 - 早期开发。
¥Stability: 1.0 - Early development.
sessionStorage
的浏览器兼容实现。数据存储在内存中,存储配额为 10 MB。sessionStorage
数据仅在当前正在运行的进程中保留,不会在工作进程之间共享。
¥A browser-compatible implementation of sessionStorage
. Data is stored in
memory, with a storage quota of 10 MB. sessionStorage
data persists only within
the currently running process, and is not shared between workers.