A function with the same signature as fetch.
fetch
Middlewares wrap and delegate to a FetchLike function, forming a chain that terminates at the real fetch call.
FetchLike
A function with the same signature as
fetch.Middlewares wrap and delegate to a
FetchLikefunction, forming a chain that terminates at the realfetchcall.