Skip to main content

getBrowserOpen

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/runtime/browserRuntime / getBrowserOpen

Function: getBrowserOpen()

getBrowserOpen(): ((url?: string | URL, target?: string, features?: string) => Window | null) | undefined

Defined in: utils/runtime/browserRuntime.ts:472

Returns​

Function​

(url?: string | URL, target?: string, features?: string) => Window | null

The open() method of the Window interface loads a specified resource into a new or existing browsing context (that is, a tab, a window, or an iframe) under a specified name.

MDN Reference

Parameters​

url?​

string | URL

target?​

string

features?​

string

Returns​

Window | null


undefined