method PreFetchedContentFetcher.prototype.addContent
PreFetchedContentFetcher.prototype.addContent(
source: string,
content: string,
): void

Adds content to the map (useful for dynamic content loading).

Parameters

source: string
content: string

Return Type

void

Usage

import { PreFetchedContentFetcher } from ".";