chore: convert guest-window-manager.js to TypeScript (#25709)

This commit is contained in:
Milan Burda 2020-10-02 20:18:42 +02:00 committed by GitHub
parent 7e88585bfb
commit e1a19d735e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 51 additions and 48 deletions

View file

@ -45,6 +45,7 @@ declare namespace NodeJS {
getWeaklyTrackedValues(): any[];
addRemoteObjectRef(contextId: string, id: number): void;
triggerFatalErrorForTesting(): void;
isSameOrigin(left: string, right: string): boolean;
}
type AsarFileInfo = {