method PluginRegistry.prototype.getDownloader
PluginRegistry.prototype.getDownloader(url: string): DownloaderPlugin | undefined

Gets a downloader for a URL scheme

Parameters

url: string

Return Type

DownloaderPlugin | undefined

Usage

import { PluginRegistry } from ".";