@svta/common-media-library
Preparing search index...
ResponseTypeMap
Type Alias ResponseTypeMap<T>
Beta
ResponseTypeMap
:
T
extends
"json"
?
any
:
T
extends
"text"
?
string
:
T
extends
"blob"
?
Blob
:
T
extends
"arraybuffer"
?
ArrayBuffer
:
T
extends
"document"
?
XmlNode
:
unknown
The a request's
responseType
to the corresponding data type.
Type Parameters
T
extends
string
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@svta/common-media-library
Loading...
The a request's
responseType
to the corresponding data type.