Abstract interface for a transfer manager.
Provides functionality for downloading JSON or ArrayBuffers. Implementations typically implement retry on server congestion, limit the maximum amount of parallel downloads or merge duplicate downloads.
Downloads a URL and returns the response.
The URL to download.
Optional extra parameters for the download.
Downloads a binary object.
The URL to download
Optional extra parameters for the download
Downloads a JSON object.
Generated using TypeDoc
Abstract interface for a transfer manager.
Provides functionality for downloading JSON or ArrayBuffers. Implementations typically implement retry on server congestion, limit the maximum amount of parallel downloads or merge duplicate downloads.