mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
feat: serialize NativeImage over ipc (#30729)
This commit is contained in:
1
typings/internal-ambient.d.ts
vendored
1
typings/internal-ambient.d.ts
vendored
@@ -6,7 +6,6 @@ declare var isolatedApi: {
|
||||
guestViewInternal: any;
|
||||
allowGuestViewElementDefinition: NodeJS.InternalWebFrame['allowGuestViewElementDefinition'];
|
||||
setIsWebView: (iframe: HTMLIFrameElement) => void;
|
||||
createNativeImage: typeof Electron.nativeImage['createEmpty'];
|
||||
}
|
||||
|
||||
declare const BUILDFLAG: (flag: boolean) => boolean;
|
||||
|
||||
Reference in New Issue
Block a user