server-reason-react.webapi
HtmlDocument.Impl
browser_ppx
melange_native_ppx
rsc_js_ppx
rsc_native_ppx
server-reason-react.base32
server-reason-react.belt
server-reason-react.dom
server-reason-react.fetch
server-reason-react.html
server-reason-react.js
server-reason-react.promise-js
server-reason-react.promise-native
server-reason-react.react
server-reason-react.react-server-dom-esbuild
server-reason-react.reactDom
server-reason-react.rsc
server-reason-react.rsc-native
server-reason-react.rsc-ppx-common
server-reason-react.runtime
server-reason-react.styles-attribute
server-reason-react.url_js
server-reason-react.url_native
server-reason-react.xxhash
server_reason_react_ppx
module T : sig ... end
type t_htmlDocument = T.t
val activeElement : t_htmlDocument -> Dom.element option
val body : t_htmlDocument -> Dom.element option
val setBody : t_htmlDocument -> Dom.element -> unit
val cookie : t_htmlDocument -> string
val setCookie : t_htmlDocument -> string -> unit
val defaultView : t_htmlDocument -> Dom.window option
val designMode : t_htmlDocument -> Webapi__Dom__Types.designMode
val setDesignMode : t_htmlDocument -> Webapi__Dom__Types.designMode -> unit
val dir : t_htmlDocument -> Webapi__Dom__Types.dir
val setDir : t_htmlDocument -> Webapi__Dom__Types.dir -> unit
val domain : t_htmlDocument -> string option
val setDomain : t_htmlDocument -> string -> unit
val embeds : t_htmlDocument -> Dom.nodeList
val forms : t_htmlDocument -> Dom.htmlCollection
val head : t_htmlDocument -> Dom.element
val images : t_htmlDocument -> Dom.htmlCollection
val lastModified : t_htmlDocument -> string
val links : t_htmlDocument -> Dom.nodeList
val location : t_htmlDocument -> Dom.location
val setLocation : t_htmlDocument -> string -> unit
val plugins : t_htmlDocument -> Dom.htmlCollection
val readyState : t_htmlDocument -> Webapi__Dom__Types.readyState
val referrer : t_htmlDocument -> string
val scripts : t_htmlDocument -> Dom.htmlCollection
val title : t_htmlDocument -> string
val setTitle : t_htmlDocument -> string -> unit
val url : t_htmlDocument -> string
val close : unit -> t_htmlDocument
val execCommand : string -> bool -> string option -> t_htmlDocument -> bool
val getElementsByName : string -> t_htmlDocument -> Dom.nodeList
val getSelection : Dom.selection -> t_htmlDocument
val hasFocus : bool -> t_htmlDocument
val open_ : unit -> t_htmlDocument
val queryCommandEnabled : string -> t_htmlDocument -> bool
val queryCommandIndeterm : string -> t_htmlDocument -> bool
val queryCommandSupported : string -> t_htmlDocument -> bool
val queryCommandValue : string -> t_htmlDocument -> string
val write : string -> t_htmlDocument -> unit
val writeln : string -> t_htmlDocument -> unit