diff --git a/electron.d.ts b/electron.d.ts index 712df7a..d02646f 100644 --- a/electron.d.ts +++ b/electron.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Electron 22.0.1 +// Type definitions for Electron 22.0.3 // Project: http://electronjs.org/ // Definitions by: The Electron Team // Definitions: https://github.com/electron/electron-typescript-definitions @@ -8170,7 +8170,7 @@ declare namespace Electron { * `setPermissionCheckHandler` to get complete permission handling. Most web APIs * do a permission check and then make a permission request if the check is denied. */ - setPermissionRequestHandler(handler: ((webContents: WebContents, permission: 'clipboard-read' | 'media' | 'display-capture' | 'mediaKeySystem' | 'geolocation' | 'notifications' | 'midi' | 'midiSysex' | 'pointerLock' | 'fullscreen' | 'openExternal' | 'unknown', callback: (permissionGranted: boolean) => void, details: PermissionRequestHandlerHandlerDetails) => void) | (null)): void; + setPermissionRequestHandler(handler: ((webContents: WebContents, permission: 'clipboard-read' | 'media' | 'display-capture' | 'mediaKeySystem' | 'geolocation' | 'notifications' | 'midi' | 'midiSysex' | 'pointerLock' | 'fullscreen' | 'openExternal' | 'window-placement' | 'unknown', callback: (permissionGranted: boolean) => void, details: PermissionRequestHandlerHandlerDetails) => void) | (null)): void; /** * Adds scripts that will be executed on ALL web contents that are associated with * this session just before normal `preload` scripts run. diff --git a/package.json b/package.json index e00c1cd..7d6bf66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electronite", - "version": "22.0.1-graphite-beta", + "version": "22.0.3-graphite-beta", "description": "Electron with graphite", "bin": { "electronite": "cli.js"