package jext

  1. Overview
  2. Docs

Module Jext.BackgroundSource

Sourceval print_conn : Chrome.Utils.Runtime.port Ezjs_min.t -> unit
Sourceval load_config : (string * (string -> unit)) option -> unit
Sourceval port_table : (int, Chrome.Utils.Runtime.port Ezjs_min.t * Common.Types.request_source) Hashtbl.t
Sourceval add_port : id:int -> src:Common.Types.request_source -> Chrome.Utils.Runtime.port Ezjs_min.t -> Common.Types.request_source
Sourceval get_port : id:int -> (Chrome.Utils.Runtime.port Ezjs_min.t * Common.Types.request_source) option
Sourceval remove_port : port:Chrome.Utils.Runtime.port Ezjs_min.t -> unit
Sourcemodule type S = sig ... end
Sourcemodule Lib (S : S) : sig ... end
Sourcemodule Make (S : S) : sig ... end
Sourcemodule type SAccount = sig ... end
Sourcemodule MakeAccount (S : SAccount) : sig ... end