Preparing search index...
The search index is not available
streaming-availability
streaming-availability
RequestContext
Interface RequestContext
interface
RequestContext
{
fetch
:
(
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
)
;
init
:
RequestInit
;
url
:
string
;
}
Index
Properties
fetch
init
url
Properties
fetch
fetch
:
(
(
input
:
RequestInfo
|
URL
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
)
init
init
:
RequestInit
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
init
url
streaming-availability
Loading...