Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ClientInfo

Hierarchy

  • Map<string, any>
    • ClientInfo

Properties

[Symbol.toStringTag]: string
ip: string
locale: string
referer: string
size: number
userAgent: string
Map: MapConstructor

Methods

  • [Symbol.iterator](): IterableIterator<[]>
  • clear(): void
  • delete(key: string): boolean
  • entries(): IterableIterator<[]>
  • forEach(callbackfn: function, thisArg?: any): void
  • get(key: string): any | undefined
  • has(key: string): boolean
  • keys(): IterableIterator<string>
  • set(key: string, value: any): this
  • values(): IterableIterator<any>

Generated using TypeDoc