package jsoo_broadcastchannel
A wrapper in Js_of_ocaml to deal with BroadcastChannel
Install
Dune Dependency
Authors
Maintainers
Sources
2.0.0.tar.gz
sha256=8e0b102c23d6c5777a2c746af05c91d7d6a151725aa84c3b1e77335923a4c501
md5=e24e6b6aafc3a15a0df5cd0c4bdafb4c
doc/index.html
jsoo_broadcastchannel
API
Library jsoo_broadcastchannel
Broadcast_channel
jsoo_broadcastchannel
provides a wrapper around the Broadcast_channel API in JavaScript. The Broadcast_channel interface represents a named channel that any browsing context of a given origin can subscribe to. It allows communication between different documents (in different windows, tabs, frames or iframes) of the same origin. Messages are broadcasted via a message event fired at all Broadcast_channel objects listening to the channel.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page