Const
Fetch wrapper adding timeouts, typed errors and JSON handling.
Throws FetchError on a non-OK status instead of returning a response the caller must remember to check — the default fetch behaviour being the usual source of silently ignored 404s.
fetch
Fetch wrapper adding timeouts, typed errors and JSON handling.
Throws FetchError on a non-OK status instead of returning a response the caller must remember to check — the default
fetchbehaviour being the usual source of silently ignored 404s.