mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-23 11:50:15 +08:00
github-electron: add missing remote.getCurrentWebContents()
API document is here: https://github.com/atom/electron/blob/master/docs/api/remote.md#remotegetcurrentwebcontents
This commit is contained in:
Vendored
+4
@@ -1541,6 +1541,10 @@ declare module Electron {
|
||||
* @returns The BrowserWindow object which this web page belongs to.
|
||||
*/
|
||||
getCurrentWindow(): BrowserWindow;
|
||||
/**
|
||||
* @returns The WebContents object of this web page.
|
||||
*/
|
||||
getCurrentWebContents(): WebContents;
|
||||
/**
|
||||
* @returns The global variable of name (e.g. global[name]) in the main process.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user