Skip to content

ElectronApp.getGPUInfo method

ElectronApp › getGPUInfo

Unofficial

Returns GPU information as in Chromium's GPUInfo object.

Signature:

getGPUInfo(infoType: "basic" | "complete"): Promise<unknown>

Parameters:

Parameter Type Description
infoType "basic" | "complete" The level of detail to return.

Returns: Promise<unknown>A promise resolved with the GPU information.