chore: remove deprecated webContents.getPrinters() (#39663)

This commit is contained in:
David Sanders
2023-09-05 01:16:41 -07:00
committed by GitHub
parent d76a35afe4
commit c96bb9958f
7 changed files with 19 additions and 51 deletions

View File

@@ -72,7 +72,6 @@ declare namespace Electron {
_sendInternal(channel: string, ...args: any[]): void;
_printToPDF(options: any): Promise<Buffer>;
_print(options: any, callback?: (success: boolean, failureReason: string) => void): void;
_getPrinters(): Electron.PrinterInfo[];
_getPrintersAsync(): Promise<Electron.PrinterInfo[]>;
_init(): void;
canGoToIndex(index: number): boolean;