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 read_as_text : File.t -> unit
method remove_event_listener : 'a. 'a Event.t ->
'a Event.callback ->
bool ->
unit
method to_js : Ojs.t