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.9.tbz
sha512=45cdf73c6a23c8fc4609a32ae2196d4790e5bdba34ca0b784bff9c0b70dab233eb336f1c11dc3002451042ff4cf25b643098ad0d011f14c3d6175842113bed21
doc/brr/Brr_io/Websocket/index.html
Module Brr_io.WebsocketSource
Websocket objects.
See Web Sockets API.
XXX Add a bit of future convenience.
Binary type enum.
Ready state enum.
create ~protocols url creates a new socket connected to url.
as_target s is s as an event target.
binary_type s is the type of binary data received.
set_binary_type s t sets the binary_type of s to t.
Properties
ready_state s is the state of the connection.
buffered_amount s is the sent buffered amount of s.
extensions s are the extensions selected by the server.
Sending
send_blob s d sends the binary content of d on s.
send_blob s d sends the binary content of d on s.
send_blob s d sends the binary content of d on s.
Events
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page