package virtual_dom
OCaml bindings for the virtual-dom library
Install
Dune Dependency
Authors
Maintainers
Sources
virtual_dom-v0.15.0.tar.gz
sha256=c32029907c0667369a500091533e2121c050e2392cfae7f07f2289e87c797390
doc/virtual_dom.tyxml/Virtual_dom_tyxml/Html/Unsafe/index.html
Module Html.Unsafe
Unsafe features.
Using this module can break HTML validity and may introduce security problems like code injection. Use it with care.
Insert an XML node that is not implemented in this module. If it is a standard HTML node which is missing, please report to the Ocsigen team.
Insert an XML node without children that is not implemented in this module. If it is a standard HTML node which is missing, please report to the Ocsigen team.
Remove phantom type annotation on an element, to make it usable everywhere.
Insert an attribute that is not implemented in this module. If it is a standard HTML attribute which is missing, please report to the Ocsigen team.
Same, for a space separated list of values
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>