Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DownloadOpts

Hierarchy

  • DownloadOpts

Index

Properties

Properties

expire

expire: number

Expiry time for generated object URL. Use value < 0 to disable.

defaultvalue

10000

mime

mime: string

MIME type. If not given, attempts to derive MIME type from given filename extension (e.g. .svg) and if that fails, falls back to default value.

defaultvalue

application/octet-stream

utf8

utf8: boolean

If true, converts source string to UTF-8. Only used if input is a string.

defaultvalue

false

Generated using TypeDoc