mirror of
https://github.com/electron/electron.git
synced 2026-01-09 23:48:01 -05:00
feat: remove getMediaSourceIdForWebContents() (#25414)
This reverts commit 204f001c5d.
This commit is contained in:
1
typings/internal-ambient.d.ts
vendored
1
typings/internal-ambient.d.ts
vendored
@@ -137,7 +137,6 @@ declare namespace NodeJS {
|
||||
_linkedBinding(name: 'electron_common_command_line'): Electron.CommandLine;
|
||||
_linkedBinding(name: 'electron_browser_desktop_capturer'): {
|
||||
createDesktopCapturer(): ElectronInternal.DesktopCapturer;
|
||||
getMediaSourceIdForWebContents(requestWebContentsId: number, webContentsId: number): string;
|
||||
};
|
||||
_linkedBinding(name: 'electron_browser_net'): {
|
||||
isValidHeaderName: (headerName: string) => boolean;
|
||||
|
||||
Reference in New Issue
Block a user