package jext

  1. Overview
  2. Docs
Js_of_ocaml tools to help handling web extension

Install

Dune Dependency

Authors

Maintainers

Sources

jext-0.1.0.tar.gz
md5=fed8296cfc592824344f21fb4185cf29
sha512=b1cbd394782aaa7a24baf1d8f17d0e6076b5fb209f1467123a3a609975a8906ec55de02a1c6ccc5841c7f1fda5ce506004b161242ba16263f19cc44c007b26a4

doc/jext.lwt/Jext_lwt/Client/Lib/index.html

Module Client.LibSource

Parameters

module S : Common.Types.S

Signature

include sig ... end
Sourcetype response_error_aux = [
  1. | `custom of S.response_error
  2. | `generic of string * string
]
Sourcetype response_jsoo = Ezjs_min.Unsafe.any
Sourceval response_of_jsoo : response_jsoo -> response
Sourceval response_to_jsoo : response -> response_jsoo
Sourceval response_jsoo_conv : (response -> response_jsoo) * (response_jsoo -> response)
Sourceval send_req : ?id:int -> ?wait_callback:bool -> S.request -> (S.response_ok option, response_error_aux) result Lwt.t
OCaml

Innovation. Community. Security.