Class FetchSource

Uses the browser Fetch API to make tile requests via HTTP.

This method does not send conditional request headers If-Match because of CORS. Instead, it detects ETag mismatches via the response ETag or the 416 response code.

Implements

Constructors

Properties

customHeaders: Headers
mustReload: boolean
url: string

Methods

  • Return a unique string key for the archive e.g. a URL.

    Returns string

  • Parameters

    • customHeaders: Headers

    Returns void

Generated using TypeDoc