Preparing search index...
The search index is not available
streaming-availability
streaming-availability
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
>
)
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
streaming-availability
Loading...