Merge pull request #10499 from miniak/doc-fix
Fix app.getGPUFeatureStatus in app.md
This commit is contained in:
commit
ddb1d92c77
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,7 @@ Returns [`ProcessMetric[]`](structures/process-metric.md): Array of `ProcessMet
|
|||
|
||||
Returns [`ProcessMetric[]`](structures/process-metric.md): Array of `ProcessMetric` objects that correspond to memory and cpu usage statistics of all the processes associated with the app.
|
||||
|
||||
### `app.getGpuFeatureStatus()`
|
||||
### `app.getGPUFeatureStatus()`
|
||||
|
||||
Returns [`GPUFeatureStatus`](structures/gpu-feature-status.md) - The Graphics Feature Status from `chrome://gpu/`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue