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
Library ocaml-js-stdlib
method add_event_listener : 'a. 'a Event.t -> ( 'a -> unit ) -> bool -> unit
method add_removable_event_listener : 'a. 'a Event.t ->
( 'a -> unit ) ->
bool ->
'a Event.callback
method append_child : node -> unit
method attributes : attribute list
method child_nodes : node list
method files : File.t list
method first_child : node option
method getBBox : bounding_box
method get_bounding_client_rect : bounding_rect
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 remove_event_listener : 'a. 'a Event.t ->
'a Event.callback ->
bool ->
unit
method style : css_style_declaration
method to_js : Ojs.t