Type Alias BpxBrowserType

BpxBrowserType:
    | "chromium"
    | "firefox_windows"
    | "firefox_other"
    | "safari"
    | "other"

The list of browser types the engine detects. It is tightly related to the gamepad mapping detection.