incr_dom
A library for building dynamic webapps, using Js_of_ocaml
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 incr_dom.vdom_file_download
val sexp_of_t : t -> Sexplib0.Sexp.t
val create : filename:string -> mimetype:string -> contents:string -> t
val trigger : t -> unit
Immediately cause the browse to trigger a download for t
. You can use this to build a more complex UI for downloads than is offered by Button.create
-- e.g. a button that calls an RPC and downloads a file based on the result.
In tests, this just prints a message rather than triggering the download.
module Button : sig ... end