package jsoo_storage
A wrapper in Js_of_ocaml for the WebStorage API
Install
Dune Dependency
Authors
Maintainers
Sources
1.0.1.tar.gz
sha256=f5889df77cd2b6b5853febbd6fbe2b13b4ffa945debec160f49f7ee9b9e87d4f
md5=86a1f368c02f103deaadb948d4828d24
Description
The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much more intuitive fashion than using cookies.
Published: 13 Feb 2020
README
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
Dependencies (5)
-
dune
>= "1.11"
- lwt
- js_of_ocaml-ppx
-
js_of_ocaml
>= "2.8.4"
-
ocaml
>= "4.02.0"
Dev Dependencies
None
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page