jsoo_storage
A wrapper in Js_of_ocaml for the WebStorage API
README
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
Install
- Maintainers
-
Sources
Dependencies
Reverse Dependencies