The specific function that was returned by buildFetch. This can be useful
to allow middlewares to handle state that is specifically related to one
buildFetch result over another one.
Note: The middleware must not actually invoke this fetch method (doing so
will throw due to infinite recursion).
The specific function that was returned by
buildFetch
. This can be useful to allow middlewares to handle state that is specifically related to onebuildFetch
result over another one.Note: The middleware must not actually invoke this
fetch
method (doing so will throw due to infinite recursion).