Function downloadFile

  • Downloads a file from a URL with proper file type handling

    Name

    downloadFile

    Description

    Downloads file from URL with proper type handling and cleanup

    Returns

    Returns true if download successful, false otherwise

    Parameters

    • options: DownloadFileOptions

      Download configuration options

    Returns Promise<void>

Generated using TypeDoc