KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
ServerStreamFileResponseOptionsWithError
Interface ServerStreamFileResponseOptionsWithError
interface
ServerStreamFileResponseOptionsWithError
{
length
?:
number
;
offset
?:
number
;
onError
?:
(
err
:
ErrnoException
)
=>
void
;
statCheck
?:
(
stats
:
Stats
,
headers
:
OutgoingHttpHeaders
,
statOptions
:
StatOptions
,
)
=>
void
;
waitForTrailers
?:
boolean
;
}
Hierarchy (
View Summary
)
ServerStreamFileResponseOptions
ServerStreamFileResponseOptionsWithError
Index
Properties
length?
offset?
on
Error?
stat
Check?
wait
For
Trailers?
Properties
Optional
length
length
?:
number
Optional
offset
offset
?:
number
Optional
on
Error
onError
?:
(
err
:
ErrnoException
)
=>
void
Optional
stat
Check
statCheck
?:
(
stats
:
Stats
,
headers
:
OutgoingHttpHeaders
,
statOptions
:
StatOptions
,
)
=>
void
Optional
wait
For
Trailers
waitForTrailers
?:
boolean
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
length
offset
on
Error
stat
Check
wait
For
Trailers
Github
KC's Workspace
Loading...