Interface DownloaderConfig

Hierarchy

  • DownloaderConfig

Properties

cache?: number

The number of files to keep in the cache.

Default

20
domain: GitHub | URL

The domain of the repository.

network: {
    fetch: ((input, init?) => Promise<Response>);
}

Type declaration

  • fetch: ((input, init?) => Promise<Response>)
      • (input, init?): Promise<Response>
      • Parameters

        • input: URL | RequestInfo
        • Optional init: RequestInit

        Returns Promise<Response>

packageSection: string

The section in the package.json file where the plugin schema is defined.

staticJsonSuffix?: string

Default

'.static.json'

Generated using TypeDoc