Optional
initThe options for the fetch request.
The input to fetch, which can be a string URL, a URL object, or a Request object.
Optional
timeoutTimeout in milliseconds for fetch operations.
When the source is a URL or FetchArgs, this timeout will be applied. If the fetch operation takes longer than this timeout, it will be aborted.
Options for retrieving resources using fetch.