js_of_ocaml
Compiler from OCaml bytecode to JavaScript
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package js_of_ocaml
-
js_of_ocaml
-
-
js_of_ocaml.deriving
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library js_of_ocaml
class type mutationObserverInit = object ... end
class type mutationRecord = object ... end
class type mutationObserver = object ... end
val empty_mutation_observer_init : unit -> mutationObserverInit Js.t
val mutationObserver :
( ( mutationRecord Js.t Js.js_array Js.t ->
mutationObserver Js.t ->
unit )
Js.callback ->
mutationObserver Js.t )
Js.constr
val observe :
node:Dom.node Js.t ->
f:( mutationRecord Js.t Js.js_array Js.t -> mutationObserver Js.t -> unit ) ->
?child_list:bool ->
?attributes:bool ->
?character_data:bool ->
?subtree:bool ->
?attribute_old_value:bool ->
?character_data_old_value:bool ->
?attribute_filter:Js.js_string Js.t list ->
unit ->
mutationObserver Js.t
Helper to create a new observer and connect it to a node
ON THIS PAGE
No table of contents