package brr
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Browser programming toolkit for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
brr-0.0.7.tbz
sha512=4b3d42eb6a32c1d6f1c5ef003f5311b5029156b31f6e51af098b695c769699e0304b66afd2dd574ecf1084e095bbbc4eac552daab083766cd81ed2f1d9897d51
doc/brr/Brr_io/Message/index.html
Module Brr_io.Message
Message events, ports, channels and broadcast channels.
val transfer : 'a -> transfertransfer v indicates valule v should be transfered, not just cloned, meaning they are no longer usable on the sending side.
opts ~target_origin ~transfer () are messaging options. See here for the semantics of target_origin and transfer.
module Port : sig ... endMessage ports.
module Channel : sig ... endMessage channels.
module Broadcast_channel : sig ... endBroadcast channels.
val window_post : ?opts:opts -> Brr.Window.t -> 'a -> unitwindow_post w v ~opts posts value v to window w with options opts.
Events
module Ev : sig ... endMessage events.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page