mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
refactor: convert some more remote stuff to typescript (#20324)
This commit is contained in:
2
typings/internal-ambient.d.ts
vendored
2
typings/internal-ambient.d.ts
vendored
@@ -29,6 +29,8 @@ declare namespace NodeJS {
|
||||
setHiddenValue<T>(obj: any, key: string, value: T): void;
|
||||
deleteHiddenValue(obj: any, key: string): void;
|
||||
requestGarbageCollectionForTesting(): void;
|
||||
createDoubleIDWeakMap(): any;
|
||||
setRemoteCallbackFreer(fn: Function, contextId: String, id: number, sender: any): void
|
||||
}
|
||||
|
||||
interface Process {
|
||||
|
||||
Reference in New Issue
Block a user