package jext

  1. Overview
  2. Docs

Parameters

module S : S

Signature

include sig ... end
type response_error_aux = [
  1. | `custom of S.response_error
  2. | `generic of string * string
]
type response_jsoo = Ezjs_min.Unsafe.any
val response_of_jsoo : response_jsoo -> response
val response_to_jsoo : response -> response_jsoo
val response_jsoo_conv : (response -> response_jsoo) * (response_jsoo -> response)
val send_res : ?ok:bool -> id:int -> ?port:Chrome.Utils.Runtime.port Ezjs_min.t -> response -> unit
val main : unit -> unit