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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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
(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