Module Byo_portal_private

This library is a private, vdom-only implementation of portalling, intended for use in Byo_portal and Vdom_toplayer. Do not use it directly.

type t
val apply_patch : t -> Virtual_dom.Vdom.Node.t -> t
val destroy : t -> unit
val global_toplayer_root : unit -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t

global root

val ensure_global_toplayer_root_mounted : unit -> unit
module For_testing : sig ... end