chore: convert guest-view-manager.js to TypeScript (#25825)
This commit is contained in:
parent
d78d7b3a55
commit
f827acc3be
8 changed files with 86 additions and 67 deletions
|
@ -142,6 +142,9 @@ if (BUILDFLAG(ENABLE_REMOTE_MODULE)) {
|
|||
// Load protocol module to ensure it is populated on app ready
|
||||
require('@electron/internal/browser/api/protocol');
|
||||
|
||||
// Load web-contents module to ensure it is populated on app ready
|
||||
require('@electron/internal/browser/api/web-contents');
|
||||
|
||||
// Set main startup script of the app.
|
||||
const mainStartupScript = packageJson.main || 'index.js';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue