Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BrowserGlobals

Hierarchy

  • BrowserGlobals

Index

Properties

appId

appId: string

The unique ID for the website

browserInfo

browserInfo: BrowserInfo

Browser info

browserUrl

browserUrl: string = "http://127.0.0.1"

The URL of the IBM Aspera Browser HTTP server to use with the SDK

browserVerified

browserVerified: boolean = false

Indication that the server has been verified as working

dropZonesCreated

dropZonesCreated: Map<string, { callback: (event: any) => void; event: string }[]> = new Map()

Map of drop zones created by querySelector

installerUrl

installerUrl: string = installerUrl

The default URL to check for latest Aspera Browser installers

rpcPort

rpcPort: number = 33024

The URL of the IBM Aspera Desktop HTTP server to use with the SDK

Optional sessionId

sessionId: string

The session ID for the current user

Methods

backupLaunchMethod

  • backupLaunchMethod(url: string): void

launch

  • launch(): void
  • Launch the IBM Aspera Browser via protocol url. By default, a hidden IFRAME attempts to open the app but if that fails a fallback of opening a new window happens.

    Returns void