@valon-technologies/gestalt
Preparing search index...
@valon-technologies/gestalt
ReadOptions
Interface ReadOptions
Conditional and range options for reads.
interface
ReadOptions
{
range
?:
ByteRange
;
ifMatch
?:
string
;
ifNoneMatch
?:
string
;
ifModifiedSince
?:
Date
;
ifUnmodifiedSince
?:
Date
;
}
Index
Properties
range?
if
Match?
if
None
Match?
if
Modified
Since?
if
Unmodified
Since?
Properties
Optional
range
range
?:
ByteRange
Optional
if
Match
ifMatch
?:
string
Optional
if
None
Match
ifNoneMatch
?:
string
Optional
if
Modified
Since
ifModifiedSince
?:
Date
Optional
if
Unmodified
Since
ifUnmodifiedSince
?:
Date
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
range
if
Match
if
None
Match
if
Modified
Since
if
Unmodified
Since
@valon-technologies/gestalt
Loading...
Conditional and range options for reads.