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