Preparing search index...
The search index is not available
maginai - v0.8.0
maginai
Response
Variable Response
Response
:
{
prototype
:
Response
;
error
(
)
:
Response
;
json
(
data
,
init
?
)
:
Response
;
redirect
(
url
,
status
?
)
:
Response
;
new
(
body
?
,
init
?
)
:
Response
;
}
Type declaration
new
(
body
?
,
init
?
)
:
Response
Parameters
Optional
body
:
BodyInit
Optional
init
:
ResponseInit
Returns
Response
prototype
:
Response
error
:
function
error
(
)
:
Response
MDN Reference
Returns
Response
json
:
function
json
(
data
,
init
?
)
:
Response
MDN Reference
Parameters
data
:
any
Optional
init
:
ResponseInit
Returns
Response
redirect
:
function
redirect
(
url
,
status
?
)
:
Response
MDN Reference
Parameters
url
:
string
|
URL
Optional
status
:
number
Returns
Response
Settings
Member Visibility
Protected
Private
Internal
Inherited
External
Theme
OS
Light
Dark
maginai - v0.8.0
Loading...
MDN Reference