Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetOptions

Hierarchy

Index

Properties

archive?: boolean
compress?: boolean
compressionLevel?: 0 | 1 | -1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
preload?: boolean
signal?: AbortSignal

Can be provided to a function that starts a long running task, which will be aborted when signal is triggered.

timeout?: number

Can be provided to a function that starts a long running task, which will be aborted after provided timeout (in ms).

Generated using TypeDoc