Module Js.Fetch

Abstract types for Fetch

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

type response;
type request;
type body;
type headers;