method PlatformDownloader.prototype.download
PlatformDownloader.prototype.download(source: string): Promise<string[]>

Downloads and processes a filter list from a source.

Parameters

source: string
  • URL or source identifier

Return Type

Promise<string[]>

Array of filter rules (lines)

Usage

import { PlatformDownloader } from ".";