Options
All
  • Public
  • Public/Protected
  • All
Menu

Fetch values from the backend's environment and caches them locally. Helps with deploying various mini-browser endpoints.

Hierarchy

Implements

  • FrontendApplicationContribution

Index

Constructors

Properties

_hostPattern?: string
_hostPatternPromise: Promise<string>
environment: EnvVariablesServer

Accessors

  • get hostPattern(): undefined | string
  • get hostPatternPromise(): Promise<string>

Methods

  • getDefaultHostname(): string
  • getEndpoint(uuid: string, hostname?: string): Endpoint
  • getHostPattern(): Promise<string>
  • getRandomEndpoint(): Endpoint
  • init(): void
  • onStart(): Promise<void>