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

Returns the pre-fetched content for the source.

Parameters

source: string

Return Type

Promise<string>

Usage

import { PreFetchedContentFetcher } from ".";