A11 TypeScript API - v0.2.1
A11 guides
Python API
C++ internals
Preparing search index...
noexceptFetch
Function noexceptFetch
noexceptFetch
(
input
:
string
|
Request
|
URL
,
init
?:
RequestInit
,
)
:
Promise
<
StatusOr
<
Response
>
>
Fetch without throwing, with common browser/network failures mapped to Status.
Parameters
input
:
string
|
Request
|
URL
Optional
init
:
RequestInit
Returns
Promise
<
StatusOr
<
Response
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
A11 guides
Python API
C++ internals
A11 TypeScript API - v0.2.1
Loading...
Fetch without throwing, with common browser/network failures mapped to Status.