method PlatformDownloader.prototype.downloadInternal
PlatformDownloader.prototype.downloadInternal(
source: string,
depth: number,
): Promise<string[]>

Internal download method with include depth tracking

Parameters

source: string
depth: number

Return Type

Promise<string[]>

Usage

import { PlatformDownloader } from ".";