package bonsai

  1. Overview
  2. Docs
A library for building dynamic webapps, using Js_of_ocaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=c78c4476ee6b856846e2d0941e5965009d5e1b853e564b2b1bee61202f0b1ebb

doc/bonsai.introspection_protocol/Bonsai_introspection_protocol/index.html

Module Bonsai_introspection_protocolSource

This library contains the types for rpc effect's chrome devtool pannel. The reason it needs to be in its own split library instead of alongside the for_introspection module inside of bonsai web is so that it can be used in non-jsoo situations.

Sourcemodule Rpc_id : Core.Unique_id.Id with type t = private Core.Int63.t

Represents an rpc_id. This bears no resemblance/equality with async_rpc_kernel's rpc ids and is instead a bonsai-specific id.

Sourcemodule Rpc_kind : sig ... end
Sourcemodule Or_no_sexp_of_provided : sig ... end
Sourcemodule Rpc_status : sig ... end
Sourcemodule Event : sig ... end
Sourcemodule Rpc_state : sig ... end
Sourcemodule State : sig ... end
Sourcemodule For_testing : sig ... end