Sanity Library Reference Docs
Preparing search index...
@sanity/client
index
<internal>
MiddlewareChannels
Interface MiddlewareChannels
interface
MiddlewareChannels
{
request
:
PubSub
<
HttpContext
>
;
response
:
PubSub
<
unknown
>
;
progress
:
PubSub
<
unknown
>
;
error
:
PubSub
<
unknown
>
;
abort
:
PubSub
<
void
>
;
}
Index
Properties
request
response
progress
error
abort
Properties
request
request
:
PubSub
<
HttpContext
>
response
response
:
PubSub
<
unknown
>
progress
progress
:
PubSub
<
unknown
>
error
error
:
PubSub
<
unknown
>
abort
abort
:
PubSub
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
request
response
progress
error
abort
Sanity Library Reference Docs
Loading...