Parameter to a ResourceLoader which gives the request and other options for the current loading operation.
ResourceLoader
interface ResourceLoaderParams<R> { request: Exclude<NoInfer<R>, undefined>; abortSignal: AbortSignal; previous: { status: ResourceStatus; };}
Exclude<NoInfer<R>, undefined>
AbortSignal
{ status: ResourceStatus; }