Options that can be used to create LTS capabilities with LTSCapabilities.fromURL

Hierarchy

Properties

allowedVersions?: string[]

An array of strings with the versions that the client supports.

credentials?: boolean

Whether credentials should be included with every HTTP request.

requestHeaders?: null | HttpRequestHeaders

An object literal that represents headers (as a key-value map) to send with each HTTP request. If set (and not empty), an XHR with the specified headers will be performed instead of creating an Image.

requestParameters?: null | HttpRequestParameters

Optional additional (GET/URL) parameters to include in the request. It is an object literal mapping with parameter names as keys and parameter values as values.