@icomedias/hybridforms-js
Preparing search index...
types/types
XhrRequest
Interface XhrRequest
interface
XhrRequest
{
data
?:
any
;
headers
?:
Record
<
string
,
string
>
;
password
?:
string
;
responseType
?:
XMLHttpRequestResponseType
;
type
?:
string
;
url
:
string
;
user
?:
string
;
withCredentials
?:
boolean
;
}
Index
Properties
data?
headers?
password?
response
Type?
type?
url
user?
with
Credentials?
Properties
Optional
data
data
?:
any
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
password
password
?:
string
Optional
response
Type
responseType
?:
XMLHttpRequestResponseType
Optional
type
type
?:
string
url
url
:
string
Optional
user
user
?:
string
Optional
with
Credentials
withCredentials
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
headers
password
response
Type
type
url
user
with
Credentials
@icomedias/hybridforms-js
Loading...