@vectorize-io/vectorize-client
Preparing search index...
ResponseContext
Interface ResponseContext
interface
ResponseContext
{
fetch
:
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
;
init
:
RequestInit
;
response
:
Response
;
url
:
string
;
}
Index
Properties
fetch
init
response
url
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
>
init
init
:
RequestInit
response
response
:
Response
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
init
response
url
@vectorize-io/vectorize-client
Loading...
MDN Reference