mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-16 18:44:33 +00:00
github-electron: Add addWorkSpace() and removeWorkSpace to WebContents
This commit is contained in:
8
github-electron/github-electron.d.ts
vendored
8
github-electron/github-electron.d.ts
vendored
@@ -710,6 +710,14 @@ declare module GitHubElectron {
|
||||
* data Buffer - PDF file content
|
||||
*/
|
||||
callback: (error: Error, data: Buffer) => void): void;
|
||||
/**
|
||||
* Adds the specified path to DevTools workspace.
|
||||
*/
|
||||
addWorkSpace(path: string): void;
|
||||
/**
|
||||
* Removes the specified path from DevTools workspace.
|
||||
*/
|
||||
removeWorkSpace(path: string): void;
|
||||
/**
|
||||
* Opens the developer tools.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user