method CompositeFetcher.prototype.fetch
CompositeFetcher.prototype.fetch(source: string): Promise<string>

Fetches content using the first fetcher that can handle the source.

Parameters

source: string

Return Type

Promise<string>

Usage

import { CompositeFetcher } from ".";