Skip to content

DownloadResponse

A response returned by the download function.

Properties

data

data: Uint8Array

The raw file data.

Defined in

api.ts:98


writtenTo

writtenTo: undefined | string

The path that the downloaded file(s) were written to.

Defined in

api.ts:103