Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDownloadOptions

Hierarchy

  • IDownloadOptions

Index

Properties

Properties

Optional contentType

contentType: string

Optional progress

progress: (bytesDownloaded: number, totalBytes?: number) => void

Type declaration

    • (bytesDownloaded: number, totalBytes?: number): void
    • Parameters

      • bytesDownloaded: number
      • Optional totalBytes: number

      Returns void

Generated using TypeDoc