Constructors

Accessors

Constructors

Accessors

  • get browser(): undefined | string
  • returns the browser name

    Returns undefined | string

  • get platform(): "mac" | "pc"
  • returns if current system is mac or pc.

    Returns "mac" | "pc"

  • get version(): undefined | string
  • returns version

    Returns undefined | string