sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This functor establishes a new connection for each request.
Parameters
module Connection : S.Connection
Signature
val create : ?ctx:Connection.Net.ctx -> unit -> t
create ?ctx ()
creates a connection for handling a single request. The connection accepts only a single request and will automatically be closed as soon as possible.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page