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 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 document : document
method frame_element : html_iframe_element option
method frames : element list
method history : history
method local_storage : storage option
method location : Location.t
method opener : window
method parent : window
method post_message : Ojs.t -> string -> unit
method remove_event_listener : 'a. 'a Event.t ->
'a Event.callback ->
bool ->
unit
method screen : Screen.t
method session_storage : storage option
method set_opener : window -> unit
method to_js : Ojs.t
method top : window