Preparing search index...
The search index is not available
KoAJAX
KoAJAX
DownloadOptions
Interface DownloadOptions
interface
DownloadOptions
{
chunkSize
?:
number
;
headers
?:
HeadersInit
;
range
?:
[
number
?
,
number
?
]
;
signal
?:
AbortSignal
;
withCredentials
?:
boolean
;
}
Hierarchy
Pick
<
Request
,
"headers"
|
"withCredentials"
|
"signal"
>
DownloadOptions
Index
Properties
chunk
Size?
headers?
range?
signal?
with
Credentials?
Properties
Optional
chunk
Size
chunkSize
?:
number
Optional
headers
headers
?:
HeadersInit
Optional
range
range
?:
[
number
?
,
number
?
]
Optional
signal
signal
?:
AbortSignal
Optional
with
Credentials
withCredentials
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
chunk
Size
headers
range
signal
with
Credentials
KoAJAX
Loading...