chore: rename atomBinding to electronBinding (#17419)
This commit is contained in:
parent
5025c991ee
commit
38d75010c7
81 changed files with 167 additions and 164 deletions
12
typings/internal-ambient.d.ts
vendored
12
typings/internal-ambient.d.ts
vendored
|
@ -17,14 +17,14 @@ declare namespace NodeJS {
|
|||
}
|
||||
interface Process {
|
||||
/**
|
||||
* DO NOT USE DIRECTLY, USE process.atomBinding
|
||||
* DO NOT USE DIRECTLY, USE process.electronBinding
|
||||
*/
|
||||
_linkedBinding(name: string): any;
|
||||
atomBinding(name: string): any;
|
||||
atomBinding(name: 'features'): FeaturesBinding;
|
||||
atomBinding(name: 'v8_util'): V8UtilBinding;
|
||||
atomBinding(name: 'app'): { app: Electron.App, App: Function };
|
||||
atomBinding(name: 'command_line'): Electron.CommandLine;
|
||||
electronBinding(name: string): any;
|
||||
electronBinding(name: 'features'): FeaturesBinding;
|
||||
electronBinding(name: 'v8_util'): V8UtilBinding;
|
||||
electronBinding(name: 'app'): { app: Electron.App, App: Function };
|
||||
electronBinding(name: 'command_line'): Electron.CommandLine;
|
||||
log: NodeJS.WriteStream['write'];
|
||||
activateUvLoop(): void;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue