Module Js_of_ocaml__.ResizeObserver
class type resizeObserverSize = object ... endclass type resizeObserverEntry = object ... endclass type resizeObserverOptions = object ... endclass type resizeObserver = object ... endval empty_resize_observer_options : unit -> resizeObserverOptions Js_of_ocaml.Js.tval resizeObserver : ((resizeObserverEntry Js_of_ocaml.Js.t Js_of_ocaml.Js.js_array Js_of_ocaml.Js.t -> resizeObserver Js_of_ocaml.Js.t -> unit) Js_of_ocaml.Js.callback -> resizeObserver Js_of_ocaml.Js.t) Js_of_ocaml.Js.constrval is_supported : unit -> boolval observe : node:Js_of_ocaml__.Dom.#node Js_of_ocaml.Js.t -> f:(resizeObserverEntry Js_of_ocaml.Js.t Js_of_ocaml.Js.js_array Js_of_ocaml.Js.t -> resizeObserver Js_of_ocaml.Js.t -> unit) -> ?box:Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> unit -> resizeObserver Js_of_ocaml.Js.tHelper to create a new observer and connect it to a node.