Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BrowserSlot

Used to keep track of memory slots used by open instances of the UI Each browser instance uses a different slot, with a max number of slots available

Hierarchy

  • BrowserSlot

Index

Constructors

constructor

  • new BrowserSlot(browserId: string, offset: number): BrowserSlot

Properties

browserId

browserId: string

id

id: string

lastUsed

lastUsed: number

Methods

Static Private BrowserSlots

Static GetSlot

  • GetSlot(browserId: string): Promise<string>

Static Private UpdateBrowserSlots

  • UpdateBrowserSlots(browserSlots: BrowserSlot[]): Promise<void>

Generated using TypeDoc