Preparing search index...
The search index is not available
cwmsjs
cwmsjs
ResponseContext
Interface ResponseContext
interface
ResponseContext
{
fetch
:
(
(
input
,
init
?
)
=>
Promise
<
Response
>
)
;
init
:
RequestInit
;
response
:
Response
;
url
:
string
;
}
Index
Properties
fetch
init
response
url
Properties
fetch
fetch
:
(
(
input
,
init
?
)
=>
Promise
<
Response
>
)
Type declaration
(
input
,
init
?
)
:
Promise
<
Response
>
Parameters
input
:
RequestInfo
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
init
init
:
RequestInit
response
response
:
Response
url
url
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
fetch
init
response
url
cwmsjs
Loading...