Quickstart Node.js
Preparing search index...
index
ResponseContext
Interface ResponseContext
interface
ResponseContext
{
fetch
:
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
;
url
:
string
;
init
:
RequestInit
;
response
:
Response
;
}
Index
Properties
fetch
url
init
response
Properties
fetch
fetch
:
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
Type declaration
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
RequestInfo
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
url
url
:
string
init
init
:
RequestInit
response
response
:
Response
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
fetch
url
init
response
Quickstart Node.js
Loading...
MDN Reference