mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
fix: dangling speculative frames (#45609)
* fix: dangling speculative frames * harden lifecycle state checks * feedback * add const
This commit is contained in:
1
typings/internal-electron.d.ts
vendored
1
typings/internal-electron.d.ts
vendored
@@ -132,6 +132,7 @@ declare namespace Electron {
|
||||
_send(internal: boolean, channel: string, args: any): void;
|
||||
_sendInternal(channel: string, ...args: any[]): void;
|
||||
_postMessage(channel: string, message: any, transfer?: any[]): void;
|
||||
_lifecycleStateForTesting: string;
|
||||
}
|
||||
|
||||
interface WebFrame {
|
||||
|
||||
Reference in New Issue
Block a user