quetch / fetchExternal
fetchExternal(
fetch
):Handler
<Request
,Response
,never
,never
>
Calls the provided fetch
function, which defaults to the DOM fetch
function, with the incoming query
.
(input
, init
?) => Promise
<Response
>(input
, init
?) => Promise
<Response
>
A standard fetch
function.
Handler
<Request
, Response
, never
, never
>
Handler that returns a promise that resolves to the response.