Specific Downloaders

Methods

(static) useBinaryDownloader(options) → {SpecificDownloadManager}

Source:

Hook for downloading binary files

Parameters:
Name Type Description
options SpecificDownloadConfig

Specific downloading config

Returns:
  • Object to manage downloading binary files
Type
SpecificDownloadManager

(static) useBMPDownloader(options) → {SpecificDownloadManager}

Source:

Hook for downloading bmp images

Parameters:
Name Type Description
options SpecificDownloadConfig

Specific downloading config

Returns:
  • Object to manage downloading bmp images
Type
SpecificDownloadManager

(static) useFormDataDownloader(options) → {SpecificDownloadManager}

Source:

Hook for downloading form-data

Parameters:
Name Type Description
options SpecificDownloadConfig

Specific downloading config

Returns:
  • Object to manage downloading form-data
Type
SpecificDownloadManager

(static) useGIFDownloader(options) → {SpecificDownloadManager}

Source:

Hook for downloading gif images

Parameters:
Name Type Description
options SpecificDownloadConfig

Specific downloading config

Returns:
  • Object to manage downloading gif images
Type
SpecificDownloadManager

(static) useJPEGDownloader(options) → {SpecificDownloadManager}

Source:

Hook for downloading jpeg images

Parameters:
Name Type Description
options SpecificDownloadConfig

Specific downloading config

Returns:
  • Object to manage downloading jpeg images
Type
SpecificDownloadManager

(static) useJSONDownloader(options) → {SpecificDownloadManager}

Source:

Hook for downloading JSON files

Parameters:
Name Type Description
options SpecificDownloadConfig

Specific downloading config

Returns:
  • Object to manage downloading JSON files
Type
SpecificDownloadManager

(static) useMSExcelDownloader(options) → {SpecificDownloadManager}

Source:

Hook for downloading Microsoft Excel files

Parameters:
Name Type Description
options SpecificDownloadConfig

Specific downloading config

Returns:
  • Object to manage downloading Microsoft Word files
Type
SpecificDownloadManager

(static) useMSWordDownloader(options) → {SpecificDownloadManager}

Source:

Hook for downloading Microsoft Word files

Parameters:
Name Type Description
options SpecificDownloadConfig

Specific downloading config

Returns:
  • Object to manage downloading Microsoft Word files
Type
SpecificDownloadManager

(static) usePDFDownloader(options) → {SpecificDownloadManager}

Source:

Hook for downloading PDF files

Parameters:
Name Type Description
options SpecificDownloadConfig

Specific downloading config

Returns:
  • Object to manage downloading PDF files
Type
SpecificDownloadManager

(static) usePNGDownloader(options) → {SpecificDownloadManager}

Source:

Hook for downloading png images

Parameters:
Name Type Description
options SpecificDownloadConfig

Specific downloading config

Returns:
  • Object to manage downloading png images
Type
SpecificDownloadManager

(static) useSVGDownloader(options) → {SpecificDownloadManager}

Source:

Hook for downloading svg images

Parameters:
Name Type Description
options SpecificDownloadConfig

Specific downloading config

Returns:
  • Object to manage downloading svg images
Type
SpecificDownloadManager

(static) useTextDownloader(options) → {SpecificDownloadManager}

Source:

Hook for downloading text files

Parameters:
Name Type Description
options SpecificDownloadConfig

Specific downloading config

Returns:
  • Object to manage downloading text files
Type
SpecificDownloadManager

(static) useZIPDownloader(options) → {SpecificDownloadManager}

Source:

Hook for downloading ZIP archive

Parameters:
Name Type Description
options SpecificDownloadConfig

Specific downloading config

Returns:
  • Object to manage downloading ZIP archive
Type
SpecificDownloadManager