Open a Hrana client over HTTP connected to the given url.
url
If the customFetch argument is passed and not undefined, it is used in place of the fetch function from cross-fetch. This function is always called with a Request object from cross-fetch.
customFetch
undefined
fetch
cross-fetch
Request
Optional
Generated using TypeDoc
Open a Hrana client over HTTP connected to the given
url
.If the
customFetch
argument is passed and notundefined
, it is used in place of thefetch
function fromcross-fetch
. This function is always called with aRequest
object fromcross-fetch
.