KoAJAX
Preparing search index...
RequestResult
Interface RequestResult<B>
interface
RequestResult
<
B
>
{
download
:
AsyncGenerator
<
ProgressData
>
;
response
:
Promise
<
Response
<
B
>
>
;
upload
?:
AsyncGenerator
<
ProgressData
>
;
}
Type Parameters
B
Index
Properties
download
response
upload?
Properties
download
download
:
AsyncGenerator
<
ProgressData
>
response
response
:
Promise
<
Response
<
B
>
>
Optional
upload
upload
?:
AsyncGenerator
<
ProgressData
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
download
response
upload
KoAJAX
Loading...