Parameter CreateFetchImplementation.1-F

type 'a promise
type ('a, 'error) result
module Body : sig ... end
module Response : sig ... end
val fetch : ?⁠body:string -> ?⁠headers:Headers.t list -> ?⁠meth:Method.t -> string -> (Response.t, string) result promise