Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface configRequest

Hierarchy

  • Object
    • configRequest

Index

Properties

constructor

constructor: Function

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

Optional httpsDomains

httpsDomains: string[]

List of domain suffixes known to support https.

Read more...

Optional interceptors

interceptors: RequestInterceptor[]

Since: 4.8 Allows developers to modify requests before or after they are sent.

Read more...

Optional maxUrlLength

maxUrlLength: number

Maximum number of characters allowed in the URL for HTTP GET requests made by request.

Read more...

Optional proxyRules

A proxy rule defines a proxy for a set of resources with an identical URL prefix.

Read more...

Optional proxyUrl

proxyUrl: string

Resource proxy for your application.

Read more...

Optional timeout

timeout: number

Number of milliseconds request will wait for response from a server.

Read more...

Optional trustedServers

trustedServers: string[]

Since: 4.9 Indicates whether cross origin requests made to the associated server should include credentials such as cookies and authorization headers.

Read more...

Optional useIdentity

useIdentity: boolean

Since: 4.5 Indicates whether esri/request will request a credential from IdentityManager.

Read more...

Methods

hasOwnProperty

  • hasOwnProperty(v: PropertyKey): boolean
  • Determines whether an object has a property with the specified name.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

isPrototypeOf

  • isPrototypeOf(v: Object): boolean
  • Determines whether an object exists in another object's prototype chain.

    Parameters

    • v: Object

      Another object whose prototype chain is to be checked.

    Returns boolean

propertyIsEnumerable

  • propertyIsEnumerable(v: PropertyKey): boolean
  • Determines whether a specified property is enumerable.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

toLocaleString

  • toLocaleString(): string
  • Returns a date converted to a string using the current locale.

    Returns string

toString

  • toString(): string
  • Returns a string representation of an object.

    Returns string

valueOf

  • valueOf(): Object
  • Returns the primitive value of the specified object.

    Returns Object

Generated using TypeDoc