package jsoo_storage

  1. Overview
  2. Docs
On This Page
  1. References
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

jsoo_storage

  • sessionStorage maintains a separate storage area for each given origin that's available for the duration of the page session (as long as the browser is open, including page reloads and restores)
  • localStorage does the same thing, but persists even when the browser is closed and reopened.

(source : MDN)

References

OCaml

Innovation. Community. Security.