feat(desktop): add focus debug toggle (#37465)
This commit is contained in:
parent
86978e7a8c
commit
ba6cf38607
7 changed files with 159 additions and 1 deletions
|
|
@ -115,6 +115,9 @@ type PlatformBase = {
|
|||
/** Export collected diagnostic logs (desktop only) */
|
||||
exportDebugLogs?(): Promise<string>
|
||||
|
||||
/** Force focus styles on interactive elements through desktop devtools (desktop only) */
|
||||
setForceFocus?(enabled: boolean): Promise<void>
|
||||
|
||||
/** Record a fatal renderer error in platform logs (desktop only) */
|
||||
recordFatalRendererError?(error: FatalRendererErrorLog): Promise<void>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue