Preparing search index...
The search index is not available
nx.js
nx.js
ResponseInit
Interface ResponseInit
interface
ResponseInit
{
headers
?:
HeadersInit
;
status
?:
number
;
statusText
?:
string
;
}
Index
Properties
headers?
status?
status
Text?
Properties
Optional
headers
headers
?:
HeadersInit
Headers for the response.
Optional
status
status
?:
number
HTTP status code for the response.
Optional
status
Text
status
Text
?:
string
Status text for the response.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
headers
status
status
Text
nx.js
Loading...
Headers for the response.