Skip to content

Module Js.Fetch

Abstract types for Fetch

Abstract types for Fetch, see https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API

ocaml
type response
reasonml
type response;
ocaml
type request
reasonml
type request;
ocaml
type body
reasonml
type body;
ocaml
type headers
reasonml
type headers;