kinetex - v1.0.0-rc.1
Preparing search index...
AfterResponseHook
Type Alias AfterResponseHook
AfterResponseHook
:
(
res
:
HookResponse
,
ctx
:
HookContext
)
=>
Promise
<
void
>
|
void
Called after a response is processed (no return value)
Type Declaration
(
res
:
HookResponse
,
ctx
:
HookContext
)
:
Promise
<
void
>
|
void
Parameters
res
:
HookResponse
ctx
:
HookContext
Returns
Promise
<
void
>
|
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
JSR
kinetex - v1.0.0-rc.1
Loading...
Called after a response is processed (no return value)