BrowserAppSettings interface

Settings for a Browser Application (Chromium Embedded Framework - CEF). Multiple browser input nodes will share an underlying CEF instance if the BrowserAppSettings are the same

Signature:

export interface BrowserAppSettings

Properties

Property Type Description

additionalArgs

string[]

Additional Chromium args (as documented in https://peter.sh/experiments/chromium-command-line-switches/).

cachePath?

string

(Optional)

cpuList

number[]

gpuSupport?

"nvidia-egl" | "nvidia-vulkan"

(Optional) GPU Support - note, requires specific host setup

logFile?

string

(Optional)

logSeverity

"emergency" | "alert" | "critical" | "error" | "warning" | "notice" | "info" | "debug"

The logging severity for CEF