Issues a fetch request.
fetch
If the request fails due to an HTTP status outside [200, 300), throws an HttpError. If the request fails due to a network or CORS restriction, throws an HttpError with a status of 0.
[200, 300)
HttpError
status
0
Optional
Generated using TypeDoc
Issues a
fetch
request.If the request fails due to an HTTP status outside
[200, 300)
, throws anHttpError
. If the request fails due to a network or CORS restriction, throws anHttpError
with astatus
of0
.