Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@here/harp-transfer-manager

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@here/harp-transfer-manager

Provides a manager that orchestrates downloading URLs, particularly static map resources.

Source
npmnpm
Version
0.27.1
Version published
Maintainers
3
Created
Source

@here/harp-transfer-manager

Overview

This module provides a download manager that orchestrates downloading URLs, particularly static map resources.

The module:

  • limits the number of parallel concurrent downloads
  • retries downloads on HTTP errors with increasing timeouts, which is the best practice for many content delivery platforms
  • combines multiple JSON requests for the same URL to prevent downloading the same resource multiple times
  • allows to override the default fetch function used for downloading URLs

FAQs

Package last updated on 30 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts