Type Alias: RequestOptions
RequestOptions =
object
Defined in: ExpoQuickLook.types.ts:13
HTTP request options for remote URL downloads.
Properties
headers?
optionalheaders?:Record<string,string>
Defined in: ExpoQuickLook.types.ts:15
HTTP headers to include when downloading remote URLs. Ignored for local files.