ocaml-js-stdlib
Binding OCaml to JavaScript standard library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
method append_child : node -> unit
method attributes : attribute list
method child_nodes : node list
method first_child : node option
method get_element_by_id : string -> element option
method get_elements_by_class_name : string -> element list
method get_elements_by_tag_name : string -> element list
method last_child : node option
method next_sibling : node option
method owner_document : document option
method parent_node : node option
method previous_sibling : node option
method query_selector : string -> element option
method query_selector_all : string -> element list
method remove_child : node -> unit
method to_js : Ojs.t