package jsoo_storage

  1. Overview
  2. Docs
A wrapper in Js_of_ocaml for the WebStorage API

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.1.tar.gz
md5=86a1f368c02f103deaadb948d4828d24

README.md.html

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